# HG changeset patch # User Oleksandr Gavenko # Date 1341936692 -10800 # Node ID f93358e8be5b75ed256cb9f09d7f876c252cdc68 # Parent 1be72d643087090f1dbaef4b07855ad975cafbb3 Exclude .html files from src bundle as they can be recreated. diff -r 1be72d643087 -r f93358e8be5b 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