From 0859b96a4e87504b2718b71c770c6df3604cfecd Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 1 May 2002 21:02:14 +0000 Subject: [PATCH] Add call to $mscripts/render-bugs to create BUGS file. --- autogen.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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