Fix source release target (dictionary files are missing).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 15 Jan 2012 20:41:14 +0200
changeset 136 55aad331c951
parent 135 8abf567d9a76
child 137 6c57b5559f84
Fix source release target (dictionary files are missing).
Makefile
--- a/Makefile	Sun Jan 15 20:35:44 2012 +0200
+++ b/Makefile	Sun Jan 15 20:41:14 2012 +0200
@@ -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 = $(HTML_FILES) $(RST_FILES) $(DISTSRC_HELPER_FILES)
+DISTSRC_FILES = $(C5_FILES) $(HTML_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