Presentation: compile the presentation in a build directory.
parent
c394c854f4
commit
81cf462e10
|
@ -9,11 +9,12 @@ CATPOINT = $(PWD)/catpoint/catpoint
|
||||||
MD2POINT = $(PWD)/pointtools/bin/md2point
|
MD2POINT = $(PWD)/pointtools/bin/md2point
|
||||||
PRESENTATION = $(PWD)/libipc.md
|
PRESENTATION = $(PWD)/libipc.md
|
||||||
|
|
||||||
BDIR=tmp
|
BDIR=build
|
||||||
clean:
|
clean:
|
||||||
@-rm $(BDIR)/*.txt 2>/dev/null || true
|
@-rm -r $(BDIR) 2>/dev/null || true
|
||||||
|
|
||||||
generate:
|
generate:
|
||||||
|
@test -d $(BDIR) || mkdir $(BDIR)
|
||||||
@cd $(BDIR) && (cat $(PRESENTATION) | $(MD2POINT))
|
@cd $(BDIR) && (cat $(PRESENTATION) | $(MD2POINT))
|
||||||
|
|
||||||
display:
|
display:
|
||||||
|
|
Reference in New Issue