Begin adding some docs to elfutils
authorBen Woodard <woodard@redhat.com>
Fri, 23 Aug 2019 20:42:06 +0000 (13:42 -0700)
committerMark Wielaard <mark@klomp.org>
Tue, 27 Aug 2019 11:42:50 +0000 (13:42 +0200)
commitf0a51767393d2db13015ba64b5d813636b22f9d9
tree9ae6165af9b339b60cfdb87ffd553044e45d1bb1
parent4bcc641d362de4236ae8f0f5bc933c6d84b6f105
Begin adding some docs to elfutils

- Added doc/README
- Updated doc/ChangeLog
- Added a eu-readelf manpage based on the one from binutils.
- Added a brand new manpage for eu-elfclassify the new utility.
- Add some new files in the doc directory and sync makefile with upstream.
- Reenable the compilation of doc directory.
- Disable sgml file building
- Build man pages the automake way

Since V1
- Put man pages in the proper directories.
- Added copy of Gnu Free Documentation License
- Modified eu-readelf.1 man page to match the supported options.

Signed-off-by: Ben Woodard <woodard@redhat.com>
Signed-off-by: Mark Wielaard <mark@klomp.org>
12 files changed:
Makefile.am
configure.ac
doc/COPYING [new file with mode: 0644]
doc/ChangeLog
doc/Makefile.am
doc/README [new file with mode: 0644]
doc/elf_begin.3 [new file with mode: 0644]
doc/elf_clone.3 [new file with mode: 0644]
doc/elf_getdata.3 [new file with mode: 0644]
doc/elf_update.3 [new file with mode: 0644]
doc/elfclassify.1 [new file with mode: 0644]
doc/readelf.1 [new file with mode: 0644]