From faa08e4f2dbc6fb37619df7375638c1a7749ef80 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 1 Mar 2014 23:18:45 -0500 Subject: mv docs doc --- docs/Makefile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 docs/Makefile (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 469b1a2..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -docs = $(patsubst %.md,%,$(wildcard *.md)) - -pdf: $(addsuffix .pdf,$(docs)) -html: $(addsuffix .html,$(docs)) - -%.pdf: %.md Makefile - pandoc $($@.args) -s $< -o $@ -%.html: %.md Makefile - pandoc -s $< -o $@ -%.png: %.dot Makefile - dot -Tpng < $< > $@ -%.pdf: %.dot Makefile - dot -Tpdf < $< > $@ -%.pdf: %.pptx Makefile - soffice --headless --convert-to pdf $< - -ProductBacklog.pdf: SystemModel.png -SystemModel.png: stickman.png - -DesignDocument.pdf: DesignDocument-architecture-model2.pdf DesignDocument-models.pdf DesignDocument-classes.pdf -DesignDocument.pdf.args = --table-of-contents --number-sections -f markdown+definition_lists - -clean: - rm -f -- *.pdf *.html - -.DELETE_ON_ERROR: -- cgit v1.2.3-2-g168b