# HG changeset patch # User Oleksandr Gavenko # Date 1456142034 -7200 # Node ID 540d83fc281e598414e675d608aadeae9c37965e # Parent 69323ee4fd3af2b7e65312ab2bc97e3cdd58b95f There are no longer any .html or .txt files in source tree. diff -r 69323ee4fd3a -r 540d83fc281e Makefile --- a/Makefile Mon Feb 22 13:52:03 2016 +0200 +++ b/Makefile Mon Feb 22 13:53:54 2016 +0200 @@ -124,12 +124,6 @@ $(HTML_DIR)/index.html: $(HTML_DIR)/README.html $(MAKEFILE_LIST) | $(HTML_DIR) cp $< $@ -$(HTML_DIR)/%.html: %.html $(MAKEFILE_LIST) | $(HTML_DIR) - cp $< $@ - -$(HTML_DIR)/%.txt: %.txt $(MAKEFILE_LIST) | $(HTML_DIR) - cp $< $@ - .PHONY: chm chm: html $(CHM_FILES) $(HTML_DIR)/iframe.html cd $(HTML_DIR); for file in *.html; do sed -i '/<\?xml.*\?>/d' $$file; done