summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hu-berlin-bundle/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/hu-berlin-bundle/makefile')
-rw-r--r--macros/latex/contrib/hu-berlin-bundle/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/hu-berlin-bundle/makefile b/macros/latex/contrib/hu-berlin-bundle/makefile
index c6f1bec8e8..19382036d3 100644
--- a/macros/latex/contrib/hu-berlin-bundle/makefile
+++ b/macros/latex/contrib/hu-berlin-bundle/makefile
@@ -31,10 +31,10 @@ examples: files
$(MAKE) md2pdf-letter
md2pdf-letter: files
- pandoc --pdf-engine=lualatex --template hu-berlin-letter-template.latex -o hu-berlin-letter-markdown.pdf hu-berlin-letter.md
+ 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.tex
+ latexmk -lualatex -interaction=nonstopmode hu-berlin-letter-example-lualatex.tex
# How to get information from CTAN
CTAN: $(PROJECT).pkglist
@@ -117,10 +117,10 @@ endif
-install: uninstall
+install: uninstall files
@mkdir -p $(LOCAL)/{tex,source,doc}/latex/$(PROJECT)
@cp $(PROJECT).{dtx,ins} $(LOCAL)/source/latex/$(PROJECT)
- @cp hu-berlin-*.cls $(LOCAL)/tex/latex/$(PROJECT)
+ @cp hu-berlin-*.{cls,sty} $(LOCAL)/tex/latex/$(PROJECT)
@cp img/* $(LOCAL)/tex/latex/$(PROJECT)
@cp $(PROJECT).pdf $(LOCAL)/doc/latex/$(PROJECT)
mktexlsr