summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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 $@