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