1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Add call to $mscripts/render-bugs to create BUGS file.

This commit is contained in:
Thien-Thi Nguyen 2002-05-01 21:02:14 +00:00
parent 49135c5db3
commit 0859b96a4e

View file

@ -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