X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=maintainer-scripts%2Fupdate_web_docs;h=e22779c7bcc365ec8016e9e40f14845c00c6516f;hp=c39e0ad947609f4500e8b8f157ede9a932410d77;hb=709ab98be441b552508cd81c0baca69f7631b118;hpb=6c8211620e8fea84514b515f7bd4371988789a2b diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs index c39e0ad9476..e22779c7bcc 100755 --- a/maintainer-scripts/update_web_docs +++ b/maintainer-scripts/update_web_docs @@ -1,5 +1,8 @@ #!/bin/sh -x +# Generate HTML documentation from GCC Texinfo docs. +# This version is for GCC 3.1 and later versions. + # Run this from /tmp. CVSROOT=/cvs/gcc export CVSROOT @@ -71,9 +74,6 @@ fi if [ -z "$RELEASE" ]; then RELEASE=HEAD - DO_THANKS_HTML=y -else - DO_THANKS_HTML=n fi WORKDIR=/tmp/gcc-doc-update.$$ @@ -87,23 +87,39 @@ cd $WORKDIR find $CVSROOT/gcc -name \*.texi,v -print | fgrep -v -f/home/gccadmin/scripts/doc_exclude | sed -e s#$CVSROOT/##g -e s#,v##g -e s#Attic/##g > FILES -# Checkout all the texi files and get them into a single directory. -# If we ever have texi files with the same name we'll have to do this -# differently. -cvs -Q co -r$RELEASE `cat FILES` gcc/gcc/doc/install.texi2html gcc/gcc/texinfo.tex gcc/gcc/doc/texinfo.tex -mv `find . -name \*.texi -print` . -mv `find . -name \*.tex -print` . +# Checkout all the texi files. +cvs -Q export -r$RELEASE `cat FILES` gcc/gcc/doc/install.texi2html gcc/gcc/doc/include/texinfo.tex gcc/gcc/ada/xgnatugn.adb gcc/gcc/ada/ug_words + +# Build a tarball of the sources. +tar cf docs-sources.tar gcc + +# The directory to pass to -I; this is the one with texinfo.tex +# and fdl.texi. +includedir=gcc/gcc/doc/include + +MANUALS="cpp cppinternals fastjar gcc gccint gcj g77 gfortran gnat_ug_unx gnat_ug_vms gnat_ug_vxw gnat_ug_wnt gnat_ugn_unw gnat-style gnat_rm libiberty porting" + +# Generate gnat_ugn_unw + +if [ -f gcc/gcc/ada/xgnatugn.adb ]; then + gnatmake -q gcc/gcc/ada/xgnatugn + ./xgnatugn unw gcc/gcc/ada/gnat_ugn.texi \ + gcc/gcc/ada/ug_words gnat_ugn_unw.texi +fi # Now convert the relevant files from texi to HTML and PostScript. -for file in cpp chill cppinternals gcc gcj g77 objc-features porting; do - if [ -e ${file}.texi ]; then - /usr/local/bin/texi2html -glossary -menu -split_chapter ${file}.texi - texi2dvi ${file}.texi $file.gz done @@ -112,51 +128,32 @@ done today=`date +%d` if test $today = 15; then find $DOCSDIR -type f -maxdepth 1 -print | grep -v index.html | xargs rm + for m in $MANUALS; do + rm $DOCSDIR/$m/*.html $DOCSDIR/$m/*.html.gz + done fi -# And copy the resulting html files to the web server -for file in *.html *.ps; do +# And copy the resulting files to the web server +for file in */*.html *.ps *.tar; do cat $DOCSDIR/$file | - sed -e '/^