* update_web_docs_svn: Generate libquadmath-vers.texi.

From-SVN: r169875
This commit is contained in:
Joseph Myers 2011-02-07 02:35:06 +00:00 committed by Joseph Myers
parent 40cf15684d
commit afa626390d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-02-07 Joseph Myers <joseph@codesourcery.com>
* update_web_docs_svn: Generate libquadmath-vers.texi.
2011-01-31 Gerald Pfeifer <gerald@pfeifer.com>
* update_version_svn (FILES): Merge with datestamp_FILES.

View File

@ -151,6 +151,10 @@ fi
echo "@set BUGURL @uref{http://gcc.gnu.org/bugs/}"
) > $includedir/gcc-vers.texi
# Generate libquadmath-vers.texi.
echo "@set BUGURL @uref{http://gcc.gnu.org/bugs/}" \
> $includedir/libquadmath-vers.texi
# Now convert the relevant files from texi to HTML, PDF and PostScript.
for file in $MANUALS; do
filename=`find . -name ${file}.texi`