From a8d5a3c8242486ca8c00adb3bfdf0691abbaaa60 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 13:13:01 +0100 Subject: Makefile: Clean up --- Makefile | 7 ++----- 1 file 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 -- cgit