diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-08-15 23:27:43 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-08-15 23:27:43 +0200 |
commit | be7ef8f508a11b390894246809f41ec5c4eb0bf1 (patch) | |
tree | 2939ac0445b2bd99381c646b0a9d35d5172fdfb6 /Makefile | |
parent | 687b83c66732aa142386234528815aeef41dfe48 (diff) | |
download | mmbtools-doc-be7ef8f508a11b390894246809f41ec5c4eb0bf1.tar.gz mmbtools-doc-be7ef8f508a11b390894246809f41ec5c4eb0bf1.tar.bz2 mmbtools-doc-be7ef8f508a11b390894246809f41ec5c4eb0bf1.zip |
Improve build, set nonstopmode, tidy up vc.tex
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ $(latexfile).pdf : $(bib) $(latexfile).tex vc.tex $(includes) vc.tex: .git/logs/HEAD echo "%%% This file is generated by Makefile." > vc.tex - echo "%%% Do not edit this file!\n%%%" >> vc.tex + echo "%%% Do not edit this file!" >> vc.tex + echo "" >> vc.tex git log -1 --format="format:\ \\gdef\\GITAbrHash{%h}\ \\gdef\\GITAuthorDate{%ad}\ |