summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hu-berlin-bundle/makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-21 03:01:59 +0000
committerNorbert Preining <norbert@preining.info>2019-12-21 03:01:59 +0000
commit5a9a925f76657ce6e1d54a58bad83ce71f7f324d (patch)
tree199a0d10675b707034860ef381d71b3a505c12ec /macros/latex/contrib/hu-berlin-bundle/makefile
parent18d9ec0eba21e6b8c55cdd50afb91c56e02ce7bf (diff)
CTAN sync 201912210301
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