mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Make tools/mktoday.sh executable in dist and snapshot. Reported by Johan Bockgård.
This commit is contained in:
@@ -180,6 +180,7 @@ dist:
|
||||
cp -r ../_darcs/current $(DIST_DIR)
|
||||
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)/src && chmod a+x tools/mktoday.sh
|
||||
# cd $(DIST_DIR)/grammars && sh mkLib.sh
|
||||
cd $(DIST_DIR) && rm -rf $(NOT_IN_DIST)
|
||||
$(TAR) -zcf $(DIST_DIR).tgz $(DIST_DIR)
|
||||
|
||||
Reference in New Issue
Block a user