aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-16 22:07:39 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-16 22:07:39 +0300
commite526c12acdeff316957c2fd5935b36172a61620f (patch)
treeff32bfce4e2526cd8c8f3943e10b647181b223f9 /bootstrap.sh
parent9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1 (diff)
downloadegawk-e526c12acdeff316957c2fd5935b36172a61620f.tar.gz
egawk-e526c12acdeff316957c2fd5935b36172a61620f.tar.bz2
egawk-e526c12acdeff316957c2fd5935b36172a61620f.zip
Add support for sidebars in the doc.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 700babee..cd6ed10d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -3,7 +3,7 @@
# bootstrap.sh --- touch relevant files to avoid out-of-date issues in
# Git sandboxes
-# Copyright (C) 2007, 2009, 2010, 2011, 2012 the Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2013 the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
# AWK Programming Language.
@@ -34,6 +34,8 @@ touch extension/configh.in
sleep 1
touch test/Maketests
find . -name Makefile.in -print | xargs touch
+touch doc/gawk.texi # make later than gawkman.texi
+sleep 1
touch doc/*.info
touch po/*.gmo
touch po/stamp-po