diff --git a/fithesis/Makefile b/fithesis/Makefile index eadf954097d8b50d2a83164044e670c592639297..6bc4683618a5f13514b104909f7136d5238934cf 100644 --- a/fithesis/Makefile +++ b/fithesis/Makefile @@ -1,7 +1,7 @@ SUBMAKES_REQUIRED=logo/mu locale style style/mu -SUBMAKES_MISCELLANEOUS=guide/mu +SUBMAKES_MISCELLANEOUS=guide/mu test SUBMAKES=$(SUBMAKES_REQUIRED) $(SUBMAKES_MISCELLANEOUS) -.PHONY: all complete clean dist dist-implode implode rebase \ +.PHONY: all complete clean dist dist-implode implode \ install uninstall test $(SUBMAKES_REQUIRED) CLASSFILES=fithesis.cls fithesis2.cls fithesis3.cls diff --git a/fithesis/test/Makefile b/fithesis/test/Makefile index edc55945f88b5189f4a55a58b434ed1dfe059f48..be3f6cabd2f8aa9d552e193af438c1cae40a0711 100644 --- a/fithesis/test/Makefile +++ b/fithesis/test/Makefile @@ -1,5 +1,5 @@ -.PHONY: all clean -all: clean +.PHONY: all implode +all: implode for file in *.tex; do \ ln -s "$$file" current.tex && \ pdflatex current && pdflatex current && \ @@ -8,5 +8,5 @@ all: clean rm current.*; \ done -clean: +implode: rm -f current.* texput.log