summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/style/mu/Makefile
blob: 6d43d8eab216ba76b7c220003b56efd2318ad429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)