HELM_DTD_DIR=@HELM_DTD_DIR@ HELM_STYLE_DIR=@HELM_STYLE_DIR@ all: install: cp dtd/* $(HELM_DTD_DIR) cp style/*.xsl $(HELM_STYLE_DIR) distclean: rm -f Makefile configure config.log config.cache config.status *.spec rm -rf dtd style .PHONY: all install distclean