# HG changeset patch # User Oleksandr Gavenko # Date 1326652874 -7200 # Node ID 55aad331c951aacd1df8076cdffe73d21e542a29 # Parent 8abf567d9a76990e33c42ee9fd6942610969f1fd Fix source release target (dictionary files are missing). diff -r 8abf567d9a76 -r 55aad331c951 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