OSDN Git Service

* update_web_docs: Set SOURCEDIR so that install manual can be
[pf3gnuchains/gcc-fork.git] / maintainer-scripts / update_web_docs
index 6872a4a..a568f09 100755 (executable)
@@ -159,7 +159,7 @@ fi
 
 # Finally, generate the installation documentation (but only for CVS HEAD).
 if [ "$RELEASE" = "HEAD" ]; then
-  SOURCEDIR=$WORKDIR
+  SOURCEDIR=$WORKDIR/gcc/gcc/doc
   DESTDIR=$WWWBASE_PREFORMATTED/install
   export SOURCEDIR
   export DESTDIR
@@ -167,7 +167,7 @@ if [ "$RELEASE" = "HEAD" ]; then
 
   # Preprocess the entire web site, not just the install docs!
   echo "Invoking $WWWPREPROCESS"
-  $WWWPREPROCESS
+  $WWWPREPROCESS |grep -v '^  Warning: Keeping'
 fi
 
 # Clean up behind us.