HELM_DTDS_DIR=@HELM_DTDS_DIR@ HELM_STYLES_DIR=@HELM_STYLES_DIR@ install: mkdir -p $(HELM_STYLES_DIR) cp dtd/* $(HELM_DTDS_DIR) cp style/*.xsl $(HELM_STYLES_DIR) distclean: rm -f Makefile configure config.log config.cache config.status .PHONY: install distclean