summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2002-05-01 21:02:14 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2002-05-01 21:02:14 +0000
commit0859b96a4e87504b2718b71c770c6df3604cfecd (patch)
treef35ff4048e0c58daae528d9338e7bd63db91b25a /autogen.sh
parent49135c5db3e561721e6e353ba459a542016a34b1 (diff)
downloadguile-0859b96a4e87504b2718b71c770c6df3604cfecd.tar.gz
Add call to $mscripts/render-bugs to create BUGS file.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 8357575d9..4f448f95a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -28,6 +28,12 @@ for f in $workbookdistfiles ; do
done
rm -f examples/example.gdbinit
ln -s $workbook/build/dist-files/.gdbinit examples/example.gdbinit
+
+# TODO: This should be moved to dist-guile
+mscripts=$workbook/../scripts
+rm -f BUGS
+$mscripts/render-bugs > BUGS
+
######################################################################
# Make sure this matches the ACLOCAL invokation in Makefile.am