diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-08-24 10:40:44 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-08-24 10:40:44 +0200 |
commit | 73698b508e2fe9d3904cce3b65a3f01a0e8f2523 (patch) | |
tree | 7c5be743286c2f7a8b9d6ef93804baa78a0e25f8 /Makefile | |
parent | Makefile: Declare encoding of HTML output as utf-8. (diff) | |
download | pms-73698b508e2fe9d3904cce3b65a3f01a0e8f2523.tar.gz pms-73698b508e2fe9d3904cce3b65a3f01a0e8f2523.tar.bz2 pms-73698b508e2fe9d3904cce3b65a3f01a0e8f2523.zip |
Makefile: Have vc.tex depend on all source files.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ eapi-cheatsheet-nocombine.pdf: vc.tex pdflatex -jobname eapi-cheatsheet-nocombine \ '\PassOptionsToClass{nocombine}{leaflet}\input{eapi-cheatsheet.tex}' -vc.tex: pms.tex vc-git.awk +vc.tex: $(SOURCEFILES) vc-git.awk /bin/sh ./vc pms.dvi: $(SOURCEFILES) pms.bbl |