diff options
author | Alan Modra <amodra@gmail.com> | 2010-10-28 11:40:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-10-28 11:40:26 +0000 |
commit | 9160ea826ada6f6763b2d71f10a5bb13170875f8 (patch) | |
tree | 5da49c46c3eca68b5b52cb279f2737ddef8c5eef /bfd/doc | |
parent | 4287f8de9769cdab8470a35e3fadce3be05753b3 (diff) | |
download | fsf-binutils-gdb-9160ea826ada6f6763b2d71f10a5bb13170875f8.zip fsf-binutils-gdb-9160ea826ada6f6763b2d71f10a5bb13170875f8.tar.gz fsf-binutils-gdb-9160ea826ada6f6763b2d71f10a5bb13170875f8.tar.bz2 |
Add directory section for info document.
Diffstat (limited to 'bfd/doc')
-rw-r--r-- | bfd/doc/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/doc/bfd.texinfo | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 93835c7..87e2a2e 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-28 Matthias Klose <doko@ubuntu.com> + + * bfd.texinfo: Add directory section for info document. + 2010-05-07 Tristan Gingold <gingold@adacore.com> * Makefile.in: Regenerate with automake 1.11.1. diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo index ce1c5af..45ffa73 100644 --- a/bfd/doc/bfd.texinfo +++ b/bfd/doc/bfd.texinfo @@ -6,13 +6,12 @@ @c @synindex fn cp -@ifinfo -@format -START-INFO-DIR-ENTRY +@ifnottex +@dircategory Software development +@direntry * Bfd: (bfd). The Binary File Descriptor library. -END-INFO-DIR-ENTRY -@end format -@end ifinfo +@end direntry +@end ifnottex @copying This file documents the BFD library. |