Add call to $mscripts/render-bugs to create BUGS file.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 1 May 2002 21:02:14 +0000 (21:02 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 1 May 2002 21:02:14 +0000 (21:02 +0000)
autogen.sh

index 8357575..4f448f9 100755 (executable)
@@ -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