Loading fithesis/locale/Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -20,15 +20,23 @@ OUTPUT=fithesis-czech.def mu/law/fithesis-czech.def \ fithesis-english.def .PHONY: explode implode all # This target creates the locale file directory # structure and creates the locale files. all: mkdir -p $(DIRECTORIES) make explode # This target creates all locale files. explode: $(LOGS) # This target creates the locale files from one # DTX file. %.log: %.ins %.dtx xetex $< # This target tears down the locale file directory # structure along with the locale files. implode: rm -f $(OUTPUT) $(LOGS) -rmdir $(DIRECTORIES) fithesis/logo/mu/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -9,10 +9,13 @@ PDFFILES=fithesis-econ.pdf fithesis-fsps.pdf fithesis-law.pdf \ fithesis-base-color.pdf .PHONY: all implode # This target converts all the EPS logos to PDF. all: $(PDFFILES) # This target converts a single EPS logo to PDF. %.pdf: %.eps epstopdf $< # This target removes all PDF logos. implode: rm -f $(PDFFILES) fithesis/style/Makefile +5 −1 Original line number Diff line number Diff line 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) fithesis/style/mu/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -5,12 +5,15 @@ OUTPUT=fithesis-base.sty fithesis-1[012].clo fithesis-fi.sty \ fithesis-fss.sty fithesis-law.sty fithesis-econ.sty \ fithesis-med.sty fithesis-fsps.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) Loading
fithesis/locale/Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -20,15 +20,23 @@ OUTPUT=fithesis-czech.def mu/law/fithesis-czech.def \ fithesis-english.def .PHONY: explode implode all # This target creates the locale file directory # structure and creates the locale files. all: mkdir -p $(DIRECTORIES) make explode # This target creates all locale files. explode: $(LOGS) # This target creates the locale files from one # DTX file. %.log: %.ins %.dtx xetex $< # This target tears down the locale file directory # structure along with the locale files. implode: rm -f $(OUTPUT) $(LOGS) -rmdir $(DIRECTORIES)
fithesis/logo/mu/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -9,10 +9,13 @@ PDFFILES=fithesis-econ.pdf fithesis-fsps.pdf fithesis-law.pdf \ fithesis-base-color.pdf .PHONY: all implode # This target converts all the EPS logos to PDF. all: $(PDFFILES) # This target converts a single EPS logo to PDF. %.pdf: %.eps epstopdf $< # This target removes all PDF logos. implode: rm -f $(PDFFILES)
fithesis/style/Makefile +5 −1 Original line number Diff line number Diff line 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)
fithesis/style/mu/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -5,12 +5,15 @@ OUTPUT=fithesis-base.sty fithesis-1[012].clo fithesis-fi.sty \ fithesis-fss.sty fithesis-law.sty fithesis-econ.sty \ fithesis-med.sty fithesis-fsps.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)