]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
the refactoring continues ...
[helm.git] / helm / software / lambda-delta / Makefile
index 7ee8e5f580d8677f7fbfe89c66d1d38ca01b2618..d8aa348f4734b4c6cf602447792e5c137c27a740 100644 (file)
@@ -11,7 +11,7 @@ KEEP = README
 CLEAN = etc/log.txt etc/profile.txt
 
 TAGS = test-si test-si-fast profile xml-si xml-si-crg html test-html \
-       install-html install-lddl install-dtd install-xml
+       install-html install-lddl install-dtd install-xml instal-css
 
 
 XMLS = xml/brg-si/grundlagen/l/not.ld.xml \
@@ -30,6 +30,8 @@ include Makefile.common
 
 INPUT = examples/grundlagen/grundlagen.aut
 
+SLS = helena.sl automath.sl
+
 test-si: $(MAIN).opt etc
        @echo "  HELENA -p -o -c $(INPUT)"
        $(H)./$(MAIN).opt -p -o -c -S 3 $(O) $(INPUT) > etc/log.txt
@@ -89,8 +91,20 @@ install-lddl: index
 
 install-dtd: xml/ld.dtd
        @echo "  INSTALL $<"
-       $(H)scp $< $(XMLDIR) 
+       $(H)scp $< $(XMLDIR)
+
+install-css: xml/ld-html.css
+       @echo "  INSTALL $<"
+       $(H)scp $< $(LDDLDIR)
 
 install-xml: etc/make-html.sh
        @echo "  INSTALL xml"
        $(H)scp -r xml/index.txt xml/ld.dtd xml/brg-si/ xml/crg-si/ $(XMLDIR)
+
+install-icons:
+       @echo "  INSTALL *.png *.ico"
+       $(H)scp icons/*.png icons/*.ico $(DOWNDIR)
+
+install-jed:
+       @echo "  INSTALL $(SLS)"
+       $(H)scp $(SLS:%=$(HOME)/jed/%) $(DOWNDIR)