diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -2,7 +2,7 @@ DEBUG:=yes DBLATEX_OPTS="-P latex.encoding=utf8 -P latex.output.revhistory=0 -P doc.publisher.show=0 -P latex.class.options=a4paper,12pt,abstraction,titlepage -b xetex" -.PHONY: all clean up +.PHONY: all clean all: projekt_doku.pdf #.SUFFIXES: .asciidoc .html @@ -34,10 +34,7 @@ pluggit: #.SUFFIXES: .dia .svg #.dia.svg: # @dia --export=$@ --filter=svg $< -# -#up: document.html presentation.html -# scp -r document.html presentation.html image klemkow.net:www -# + clean: rm -f document.html presentation.html document.pdf ${GenSVG} $(MAKE) -C pluggit/ -f makefile.voodoo clean |