diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-16 04:09:20 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-16 04:09:20 +0100 |
commit | ab5ebf17c1e2da59f2175b52fc9bf715bfcecf55 (patch) | |
tree | c7de29f1e489d88b8e37128ee4896f9aa02c1fb4 | |
parent | 7b04c0a6f138e6a2ebda544da235ce42bff8d3ee (diff) | |
download | mmswe-ab5ebf17c1e2da59f2175b52fc9bf715bfcecf55.tar.gz mmswe-ab5ebf17c1e2da59f2175b52fc9bf715bfcecf55.tar.bz2 mmswe-ab5ebf17c1e2da59f2175b52fc9bf715bfcecf55.zip |
Makefile: Remove unneeded stuff
-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 $@ |