summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/Makefile')
-rw-r--r--obsolete/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/obsolete/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/Makefile b/obsolete/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/Makefile
new file mode 100644
index 0000000000..71f2ad677d
--- /dev/null
+++ b/obsolete/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/Makefile
@@ -0,0 +1,26 @@
+PDFFILES=fi.pdf sci.pdf ped.pdf med.pdf fss.pdf fsps.pdf phil.pdf \
+ law.pdf econ.pdf
+TEX=pdflatex -shell-escape
+.PHONY: all clean
+all: clean
+ make $(PDFFILES) clean
+
+# This target typesets a PDF file.
+%.pdf: %.tex guide.bib
+ $(TEX) $(basename $@).tex
+ biber $(basename $@)
+ $(TEX) $(basename $@).tex
+
+# This target prepares a TeX file.
+%.tex: %.ins guide.dtx
+ xetex $<
+
+# This target removes any auxiliary files.
+clean:
+ rm -f *.aux *.log *.out *.toc *.lot *.lof *.bbl *.blg *.pyg \
+ *.bcf *-blx.bib *.run.xml *.tex
+ rm -rf _minted-*
+
+# This target removes any auxiliary files and the output files.
+implode: clean
+ rm -f $(PDFFILES)