summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hitszbeamer/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-17 21:34:27 +0000
committerKarl Berry <karl@freefriends.org>2020-03-17 21:34:27 +0000
commit960385871cfbb0981774065324df6d2031523fc5 (patch)
treebb7f195cc13f2bc747efe296d73e8643e480a2cd /Master/texmf-dist/source/latex/hitszbeamer/Makefile
parentd3055981f6f2eef5eaf0ed6e1407c5c46ba77172 (diff)
hitszbeamer (17mar20)
git-svn-id: svn://tug.org/texlive/trunk@54381 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hitszbeamer/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/hitszbeamer/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/hitszbeamer/Makefile b/Master/texmf-dist/source/latex/hitszbeamer/Makefile
new file mode 100644
index 00000000000..28ec55e5e5a
--- /dev/null
+++ b/Master/texmf-dist/source/latex/hitszbeamer/Makefile
@@ -0,0 +1,18 @@
+beamer:
+ pdflatex -synctex=1 -interaction=nonstopmode main
+ bibtex main
+ pdflatex -synctex=1 -interaction=nonstopmode main
+ pdflatex -synctex=1 -interaction=nonstopmode main
+
+doc:
+ xelatex hitszbeamer.dtx
+ makeindex -s gind.ist -o hitszbeamer.ind hitszbeamer.idx
+ makeindex -s gglo.ist -o hitszbeamer.gls hitszbeamer.glo
+ xelatex hitszbeamer.dtx
+ xelatex hitszbeamer.dtx
+
+clean:
+ rm -f *.toc *.bbl *.blg *.out *.aux *.log *.bak *.thm *.synctex.gz *.fdb_latexmk *.fls *.glo *.gls *.idx *.ilg *.ind *.nav *.snm *.hd
+
+cleanall:
+ rm -f *.toc *.bbl *.blg *.out *.aux *.log *.bak *.thm *.synctex.gz *.fdb_latexmk *.fls *.glo *.gls *.idx *.ilg *.ind *.nav *.snm *.hd *.sty *.ins \ No newline at end of file