There are no longer any .html or .txt files in source tree.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 13:53:54 +0200
changeset 75 540d83fc281e
parent 74 69323ee4fd3a
child 76 2100455aae72
There are no longer any .html or .txt files in source tree.
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