summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-16 04:09:20 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-16 04:09:20 +0100
commitab5ebf17c1e2da59f2175b52fc9bf715bfcecf55 (patch)
treec7de29f1e489d88b8e37128ee4896f9aa02c1fb4
parent7b04c0a6f138e6a2ebda544da235ce42bff8d3ee (diff)
downloadmmswe-ab5ebf17c1e2da59f2175b52fc9bf715bfcecf55.tar.gz
mmswe-ab5ebf17c1e2da59f2175b52fc9bf715bfcecf55.tar.bz2
mmswe-ab5ebf17c1e2da59f2175b52fc9bf715bfcecf55.zip
Makefile: Remove unneeded stuff
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 9b56015..65849f5 100644
--- a/Makefile
+++ b/Makefile
@@ -8,19 +8,6 @@ EPSs=$(DIAs:.dia=.eps)
.PHONY: all clean
all: projekt_doku.pdf presentation.html
-#.SUFFIXES: .asciidoc .html
-#presentation.html: presentation.asciidoc
-# asciidoc --out-file=$@.tmp --backend=slidy $<
-# sed -f fix-css.sed $@.tmp > $@
-# rm $@.tmp
-#
-#.asciidoc.html:
-# asciidoc --out-file=$@ --backend=html $<
-#
-#.SUFFIXES: .asciidoc .tex
-#.asciidoc.tex:
-# asciidoc --backend=latex $<
-
presentation.html: presentation.txt $(SVGs) $(PNGs)
asciidoc --out-file=$@ --backend=slidy $<
sed -i -f fix-css.sed $@