projects
/
diplomarbeit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3987322
)
Makefile: Das Bauen der Bilder korrigiert / vereinfacht.
master
author
Florian Forster
<octo@leeloo.octo.it>
Thu, 21 Jul 2011 06:25:09 +0000
(08:25 +0200)
committer
Florian Forster
<octo@leeloo.octo.it>
Thu, 21 Jul 2011 06:25:09 +0000
(08:25 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3481659
..
8fe45f4
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,13
+1,11
@@
-all:
images
diplomarbeit.pdf
+all: diplomarbeit.pdf
clean:
rm -f diplomarbeit.{aux,log,pdf,toc}
make -C images clean
-images:
- make -C images all
-
diplomarbeit.pdf: diplomarbeit.tex
+ make -C images all
[ -e diplomarbeit.pdf ] || pdflatex diplomarbeit
if egrep -q 'Citation .* undefined' diplomarbeit.log; then \
bibtex diplomarbeit; pdflatex diplomarbeit; \