mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Add call to $mscripts/render-bugs to create BUGS file.
This commit is contained in:
parent
49135c5db3
commit
0859b96a4e
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ for f in $workbookdistfiles ; do
|
||||||
done
|
done
|
||||||
rm -f examples/example.gdbinit
|
rm -f examples/example.gdbinit
|
||||||
ln -s $workbook/build/dist-files/.gdbinit 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
|
# Make sure this matches the ACLOCAL invokation in Makefile.am
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue