projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9560e
)
posaune
author
Michael Wagner
<info@wagnertech.de>
Tue, 22 Mar 2016 13:36:05 +0000
(14:36 +0100)
committer
Michael Wagner
<info@wagnertech.de>
Tue, 22 Mar 2016 13:36:05 +0000
(14:36 +0100)
tools/make/makefile
patch
|
blob
|
history
diff --git
a/tools/make/makefile
b/tools/make/makefile
index
60e6780
..
9fd2c44
100644
(file)
--- a/
tools/make/makefile
+++ b/
tools/make/makefile
@@
-74,3
+74,9
@@
clean:
if [ -e $(project).zip ]; then rm $(project).zip; fi
if [ -e $(project) ]; then rm -rf $(project); fi
+#-----------------------------------------------------------------
+# Build-Regeln
+#-----------------------------------------------------------------
+%.pdf : %.tex
+ pdflatex $<
+