]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/Makefile
No more need for symbolic links: .matita, the configuration file, etc. are
[helm.git] / helm / matita / library / Makefile
index 116fc82448c59a64e43743c05730d6497f032ea8..7b456849aede0fd3c761f62e25476956d0ef8d65 100644 (file)
@@ -12,7 +12,6 @@ MATITADEP=../matitadep
 MATITADEPOPT=../matitadep.opt
 
 DEPEND_NAME=.depend
-LINKS=.matita matita.lang matita.conf.xml icons matita.ma.templ
 
 H=@
 
@@ -49,21 +48,4 @@ depend:
 $(DEPEND_NAME): $(SRC) $(LINKS)
        $(H)$(MATITADEP) $(SRC) > $@
 
-# Let's prepare the environment
-.matita:
-       $(H)ln -fs ../.matita .
-
-matita.lang:
-       $(H)ln -fs ../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)