diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 $@ |