Added call to "make info", to generate:

-- gdb-all.texinfo (texinfo source after M4 processing)
  -- gdb.info (file compiled by makeinfo from texinfo-2 release)
This commit is contained in:
Roland Pesch 1991-07-24 01:23:41 +00:00
parent 8e71e6e376
commit 42078e7901

View file

@ -259,6 +259,8 @@ echo >depend
./config.gdb none
rm depend
make depend
echo "Making GDB texinfo and info files"
make gdb.info
echo Done in `pwd`.
# End of file.