]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
...
[helm.git] / helm / http_getter / Makefile.in
index f969fd7a11a56d0991fafa420340c0cb48684032..dcf22fc7950b85497dbf8977644b04d3f7b19779 100644 (file)
@@ -1,12 +1,10 @@
-HELM_DTDS_DIR=@HELM_DTDS_DIR@
-HELM_STYLES_DIR=@HELM_STYLES_DIR@
+HELM_BIN_DIR=@exec_prefix@
 
 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