summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/style/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/style/Makefile')
-rw-r--r--macros/latex/contrib/fithesis/style/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/macros/latex/contrib/fithesis/style/Makefile b/macros/latex/contrib/fithesis/style/Makefile
deleted file mode 100644
index 495787c7a2..0000000000
--- a/macros/latex/contrib/fithesis/style/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-LOGS=base.log
-OUTPUT=fithesis-base.sty
-.PHONY: explode implode all
-
-# 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)