]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/Makefile
fixed according to the new fresh name generator
[helm.git] / helm / matita / tests / Makefile
index b3c1ae8172277c502f7474694d5c07d2b230b7f0..79bbf3e396ca4512d7498c5bce0643716f5b7981 100644 (file)
@@ -12,7 +12,7 @@ MATITADEP=../matitadep
 MATITADEPOPT=../matitadep.opt
 
 DEPEND_NAME=.depend
-LINKS=.matita matita.lang matita.conf.xml
+LINKS=.matita matita.lang matita.conf.xml icons matita.ma.templ
 
 H=@
 
@@ -32,7 +32,7 @@ verboseopt:
 
 clean: $(LINKS)
        $(H)rm -f $(SRC:%.ma=%.moo)
-       $(MATITACLEAN) $(SRC)
+       $(H)$(MATITACLEAN) $(SRC)
 
 cleanall: $(LINKS)
        $(H)rm -f $(SRC:%.ma=%.moo)
@@ -59,6 +59,12 @@ matita.lang:
 
 matita.conf.xml:
        $(H)ln -fs ../matita.conf.xml .
+
+icons:
+       $(H)ln -fs ../icons .
+
+matita.ma.templ:
+       $(H)ln -fs ../matita.ma.templ .
 #done
 
 include $(DEPEND_NAME)