aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
AgeCommit message (Collapse)AuthorFilesLines
2001-03-17update_web_docs: Don't strip leading -r from argument following -r...Joseph Myers2-2/+6
* update_web_docs: Don't strip leading -r from argument following -r, or leading -d from argument following -d. Bug pointed out by Matt Kraai. From-SVN: r40590
2001-03-17update_web_docs: Handle -r and -d options to generate docs for a release or ↵Joseph Myers2-19/+98
branch in a subdirectory. * update_web_docs: Handle -r and -d options to generate docs for a release or branch in a subdirectory. Determine names of G77 news and bugs files and contributors file after updated docs have been installed, not before. Don't remove files from a subdirectory. Don't generate manuals for gcov (included in the GCC manual) or iostream (obsolete). Do generate manuals for cppinternals, gcj and porting. Update regular expressions for detecting whether files have really changed when regenerated. From-SVN: r40589
2001-03-15update_web_docs: Use /usr/local/bin/texi2html rather than gccadmin's local copy.Joseph Myers2-1/+6
* update_web_docs: Use /usr/local/bin/texi2html rather than gccadmin's local copy. From-SVN: r40489
2001-03-10crontab, [...]: New files (as currently used by gccadmin).Joseph Myers7-0/+151
* crontab, doc_exclude, update_branch_version, update_version, update_web_docs: New files (as currently used by gccadmin). * README: New file. From-SVN: r40352