From 429eb4fcb2789d34a652f7d2374ab9503e7caa46 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Thu, 15 Mar 2001 08:16:32 +0000 Subject: [PATCH] * update_web_docs: Use /usr/local/bin/texi2html rather than gccadmin's local copy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40489 138bc75d-0d04-0410-961f-82ee72b054a4 --- maintainer-scripts/ChangeLog | 5 +++++ maintainer-scripts/update_web_docs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 4d18536278d..93feefab37b 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2001-03-15 Joseph S. Myers + + * update_web_docs: Use /usr/local/bin/texi2html rather than + gccadmin's local copy. + 2001-03-10 Joseph S. Myers * crontab, doc_exclude, update_branch_version, update_version, diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs index 9fd071007d7..b5d779f7c5e 100755 --- a/maintainer-scripts/update_web_docs +++ b/maintainer-scripts/update_web_docs @@ -26,7 +26,7 @@ mv `find . -name \*.texi -print` . # Now convert the relavent files from texi to html for file in c-tree cpp chill gcc gcov gxxint g77 iostream objc-features; do - /home/gccadmin/scripts/texi2html -glossary -menu -split_chapter ${file}.texi + /usr/local/bin/texi2html -glossary -menu -split_chapter ${file}.texi done # Then build a gzipped copy of each of the resulting .html files -- 2.11.4.GIT