aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-03-15 08:16:32 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-03-15 08:16:32 +0000
commit285b923177d0df0acc3e4c3a0a3fe54635c27b4e (patch)
tree01246eb74171ceceed30318a4812c3759a59b165 /maintainer-scripts
parent6940319403eaf5997bb06e34f0ab25ab15f7cd53 (diff)
downloadgcc-285b923177d0df0acc3e4c3a0a3fe54635c27b4e.zip
gcc-285b923177d0df0acc3e4c3a0a3fe54635c27b4e.tar.gz
gcc-285b923177d0df0acc3e4c3a0a3fe54635c27b4e.tar.bz2
update_web_docs: Use /usr/local/bin/texi2html rather than gccadmin's local copy.
* update_web_docs: Use /usr/local/bin/texi2html rather than gccadmin's local copy. From-SVN: r40489
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog5
-rwxr-xr-xmaintainer-scripts/update_web_docs2
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 4d18536..93feefa 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-15 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * update_web_docs: Use /usr/local/bin/texi2html rather than
+ gccadmin's local copy.
+
2001-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
* crontab, doc_exclude, update_branch_version, update_version,
diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs
index 9fd0710..b5d779f 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