]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
Some Requires were missing; the same checks are still missing in configure.in
[helm.git] / helm / http_getter / Makefile.in
index f969fd7a11a56d0991fafa420340c0cb48684032..ef76f950b1ec6a0ed66f4110a3fb013f96b5378c 100644 (file)
@@ -1,12 +1,10 @@
-HELM_DTDS_DIR=@HELM_DTDS_DIR@
-HELM_STYLES_DIR=@HELM_STYLES_DIR@
+HELM_BIN_DIR=@HELM_BIN_DIR@
 
 install:
-       mkdir -p $(HELM_STYLES_DIR)
-       cp dtd/* $(HELM_DTDS_DIR)
-       cp style/*.xsl $(HELM_STYLES_DIR)
+       cp http_getter.pl $(HELM_BIN_DIR)
 
 distclean:
-       rm -f Makefile configure config.log config.cache config.status
+       rm -f Makefile configure config.log config.cache config.status \
+         http_getter.pl
 
 .PHONY: install distclean