repositories
/
mastervoorlichting16.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb9a68
)
update MAkefile <80ch
author
Mart Lubbers
<mart@martlubbers.net>
Thu, 17 Nov 2016 11:49:46 +0000
(12:49 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Thu, 17 Nov 2016 11:49:46 +0000
(12:49 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
fd319ec
..
5732d03
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-13,7
+13,8
@@
all: $(DOC).pdf
%.mlog: %.tex %.fmt $(TEXS)
$(LATEX) $(LATEXFLAGS) $<
- grep -q '^\\bibdata{' $(basename $<).aux && $(BIBTEX) $(basename $<) || true
+ grep -q '^\\bibdata{' $(basename $<).aux &&\
+ $(BIBTEX) $(basename $<) || true
$(LATEX) $(LATEXFLAGS) $< | tee $@
%.pdf: %.mlog