summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2005-11-23 15:35:21 +0000
committerbringert <bringert@cs.chalmers.se>2005-11-23 15:35:21 +0000
commitfe0408c9a448407855152afea6a6767c93b00d2d (patch)
tree2b8a6d2e5276a4f0daf8cb73855092427b1293ef /src/Makefile
parent68e216d7f8f1aff38e4163ab56883e4c3d4a1957 (diff)
Make tools/mktoday.sh executable in dist and snapshot. Reported by Johan Bockgård.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3f5a60634..d011cd636 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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)