summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8ea3144..19ac1bd 100644
--- a/Makefile
+++ b/Makefile
@@ -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