summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/style/mu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/style/mu/Makefile')
-rw-r--r--macros/latex/contrib/fithesis/style/mu/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/macros/latex/contrib/fithesis/style/mu/Makefile b/macros/latex/contrib/fithesis/style/mu/Makefile
deleted file mode 100644
index 6d43d8eab2..0000000000
--- a/macros/latex/contrib/fithesis/style/mu/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-LOGS=base.log fi.log sci.log phil.log ped.log fss.log law.log \
- econ.log med.log fsps.log
-OUTPUT=fithesis-base.sty fithesis-1[012].clo fithesis-fi.sty \
- fithesis-sci.sty fithesis-phil.sty fithesis-ped.sty \
- fithesis-fss.sty fithesis-law.sty fithesis-econ.sty \
- fithesis-med.sty fithesis-fsps.sty
-
-# These targets create all the locale files.
-all: explode
-explode: $(LOGS)
-
-# This target creates the locale files from
-# one DTX file.
-%.log: %.ins %.dtx
- xetex $<
-
-# This target removes all the locale files.
-implode:
- rm -f $(OUTPUT) $(LOGS)