X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2FMakefile.in;h=f7f047813a61344e93bea02de9e9ca443d22e9b4;hb=7795f00bdb9888a6e958e7794e67d6535e37fed9;hp=f969fd7a11a56d0991fafa420340c0cb48684032;hpb=1e50be8cda017baad324e20e5007df13f1c0fe04;p=helm.git diff --git a/helm/http_getter/Makefile.in b/helm/http_getter/Makefile.in index f969fd7a1..f7f047813 100644 --- a/helm/http_getter/Makefile.in +++ b/helm/http_getter/Makefile.in @@ -1,12 +1,13 @@ -HELM_DTDS_DIR=@HELM_DTDS_DIR@ -HELM_STYLES_DIR=@HELM_STYLES_DIR@ +INSTALL_DIR=@RESOLVED_EXEC_PREFIX@/bin + +all: install: - mkdir -p $(HELM_STYLES_DIR) - cp dtd/* $(HELM_DTDS_DIR) - cp style/*.xsl $(HELM_STYLES_DIR) + cp http_getter.pl $(INSTALL_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: all install distclean -.PHONY: install distclean