Presentation: compile the presentation in a build directory.

master
Philippe Pittoli 2023-02-05 07:07:35 +01:00
parent c394c854f4
commit 81cf462e10
1 changed files with 3 additions and 2 deletions

View File

@ -9,11 +9,12 @@ CATPOINT = $(PWD)/catpoint/catpoint
MD2POINT = $(PWD)/pointtools/bin/md2point
PRESENTATION = $(PWD)/libipc.md
BDIR=tmp
BDIR=build
clean:
@-rm $(BDIR)/*.txt 2>/dev/null || true
@-rm -r $(BDIR) 2>/dev/null || true
generate:
@test -d $(BDIR) || mkdir $(BDIR)
@cd $(BDIR) && (cat $(PRESENTATION) | $(MD2POINT))
display: