Exclude .html files from src bundle as they can be recreated.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 10 Jul 2012 19:11:32 +0300
changeset 204 f93358e8be5b
parent 203 1be72d643087
child 205 004fd4c6564c
Exclude .html files from src bundle as they can be recreated.
Makefile
--- a/Makefile	Tue Jul 10 19:10:26 2012 +0300
+++ b/Makefile	Tue Jul 10 19:11:32 2012 +0300
@@ -139,7 +139,7 @@
 DIST_FILES = $(DICTDZ_FILES) $(INDEX_FILES) $(HTML_FILES) $(RST_FILES) VERSION
 
 DISTSRC_HELPER_FILES = VERSION Makefile rst.css .dir-locals.el
-DISTSRC_FILES = $(C5_FILES) $(HTML_FILES) $(RST_FILES) $(DISTSRC_HELPER_FILES)
+DISTSRC_FILES = $(C5_FILES) $(RST_FILES) $(DISTSRC_HELPER_FILES)
 
 DIST_TARBALLS = $(DIST_DIR).tar.gz $(DIST_DIR).tar.bz2
 DISTSRC_TARBALLS = $(DISTSRC_DIR).tar.gz $(DISTSRC_DIR).tar.bz2