summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-02-10 12:03:37 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-02-10 12:03:37 -0500
commit9c0602208200dcffa970ac8268fd6d12bf3f6524 (patch)
tree2b704506934272fe1cdcc15ef886e8a86412e6d1 /Makefile
parentc601081dca86abf4c0e5083e242022b7f9373436 (diff)
parent23a094098d5b4232dc9715d5d42531096b02bf5b (diff)
Merge https://github.com/LukeShu/leaguer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 7a239c4..0000000
--- a/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-docs = ProductBacklog ProjectCharter ProjectLeaguerWorkloadBreakup
-
-pdf: $(addsuffix .pdf,$(docs))
-html: $(addsuffix .html,$(docs))
-
-%.pdf: %.md Makefile
- pandoc -s $< -o $@
-%.html: %.md Makefile
- pandoc -s $< -o $@
-%.png: %.dot Makefile
- dot -Tpng < $< > $@
-
-ProductBacklog.pdf: SystemModel.png
-SystemModel.png: stickman.png
-
-clean:
- rm -f -- *.pdf *.html