diff options
Diffstat (limited to 'macros/latex/contrib/hu-berlin-bundle/makefile')
-rw-r--r-- | macros/latex/contrib/hu-berlin-bundle/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/latex/contrib/hu-berlin-bundle/makefile b/macros/latex/contrib/hu-berlin-bundle/makefile index 19382036d3..85956df80d 100644 --- a/macros/latex/contrib/hu-berlin-bundle/makefile +++ b/macros/latex/contrib/hu-berlin-bundle/makefile @@ -34,7 +34,7 @@ md2pdf-letter: files pandoc --pdf-engine=lualatex --template hu-berlin-letter-template.latex -o hu-berlin-letter-example-markdown.pdf hu-berlin-letter-example-markdown.md letter: files - latexmk -lualatex -interaction=nonstopmode hu-berlin-letter-example-lualatex.tex + latexmk -lualatex -gg -interaction=nonstopmode hu-berlin-letter-example-lualatex.tex # How to get information from CTAN CTAN: $(PROJECT).pkglist @@ -89,7 +89,7 @@ ctan: $(PROJECT).dtx @-mkdir archive @rm -f archive/$(PROJECT)-$(DATE)*.zip @mkdir $(TDIR) - @cp $(PROJECT).{dtx,pdf,ins} README.md makefile $(TDIR) + @cp $(PROJECT).{dtx,pdf} README.md makefile $(TDIR) -@rm -f img/.DS_Store @cp -R img $(TDIR) @cd $(TEMP); \ |