diff options
author | Joseph Myers <joseph@codesourcery.com> | 2005-09-30 23:06:07 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2005-09-30 23:06:07 +0100 |
commit | 6a82a28a50a576a95355cb0917a02b501646f652 (patch) | |
tree | 698a302b5ca8605621615883d8e222df7a5293c2 /maintainer-scripts/ChangeLog | |
parent | 78a5d7279e302f80c3b4ac2b8672b4ec01e3b36d (diff) | |
download | gcc-6a82a28a50a576a95355cb0917a02b501646f652.tar.gz |
re PR other/23693 (Manuals in the Portable Document Format (PDF))
PR other/23693
* update_web_docs: Add PDF support. Correct check of DEV-PHASE.
From-SVN: r104837
Diffstat (limited to 'maintainer-scripts/ChangeLog')
-rw-r--r-- | maintainer-scripts/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index d2f15850040..24e51deb9fd 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,5 +1,10 @@ 2005-09-30 Joseph S. Myers <joseph@codesourcery.com> + PR other/23693 + * update_web_docs: Add PDF support. Correct check of DEV-PHASE. + +2005-09-30 Joseph S. Myers <joseph@codesourcery.com> + * update_web_docs_old: Remove. 2005-08-14 Kelley Cook <kcook@gcc.gnu.org> |