Changed dist target to work with current darcs version.

This commit is contained in:
bringert
2007-07-04 15:38:42 +00:00
parent c49b68d3b8
commit f626a08116

View File

@@ -216,7 +216,8 @@ lib:
dist:
-rm -rf $(DIST_DIR)
cp -r ../_darcs/current $(DIST_DIR)
darcs get --repo-name=$(DIST_DIR) ..
rm -rf $(DIST_DIR)/_darcs
cd $(DIST_DIR)/src && perl -pi -e "s/^AC_INIT\(\[GF\],\[[^\]]*\]/AC_INIT([GF],[$(PACKAGE_VERSION)]/" configure.ac
cd $(DIST_DIR)/src && autoconf && rm -rf autom4te.cache
# cd $(DIST_DIR)/grammars && sh mkLib.sh