diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,14 +17,14 @@ # PDF slides: -maneage-introduction.pdf: maneage-introduction.tex tex/*.tex +slides-intro.pdf: slides-intro.tex tex/*.tex # We'll run pdflatex two times so the page numbers and # internal links also work. if [ -d .git ]; then v=$$(git describe --dirty --always --long); \ else v=NO-GIT; fi; \ echo "\newcommand{\gitcommit}{$$v}" > git-commit.tex - pdflatex maneage-introduction -# pdflatex maneage-introduction + pdflatex slides-intro +# pdflatex slides-intro |