summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/guide/mu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/guide/mu/Makefile')
-rw-r--r--macros/latex/contrib/fithesis/guide/mu/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/macros/latex/contrib/fithesis/guide/mu/Makefile b/macros/latex/contrib/fithesis/guide/mu/Makefile
deleted file mode 100644
index de0838ef52..0000000000
--- a/macros/latex/contrib/fithesis/guide/mu/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-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 all -C resources
- make $(PDFFILES) clean
-
-# This target typesets a PDF file.
-%.pdf: %.tex guide.bib
- $(TEX) $(basename $@).tex
- biber $(basename $@)
- $(TEX) $(basename $@).tex
- $(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
- make implode -C resources
- rm -f $(PDFFILES)