diff options
author | Ben Woodard <woodard@redhat.com> | 2019-08-23 13:42:06 -0700 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-08-27 13:42:50 +0200 |
commit | f0a51767393d2db13015ba64b5d813636b22f9d9 (patch) | |
tree | 9ae6165af9b339b60cfdb87ffd553044e45d1bb1 /Makefile.am | |
parent | 4bcc641d362de4236ae8f0f5bc933c6d84b6f105 (diff) | |
download | elfutils-f0a51767393d2db13015ba64b5d813636b22f9d9.tar.gz |
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2ff444e7..9f2ece49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,9 +26,8 @@ AM_MAKEFLAGS = --no-print-directory pkginclude_HEADERS = version.h -# Add doc back when we have some real content. SUBDIRS = config m4 lib libelf libebl libdwelf libdwfl libdw libcpu libasm \ - backends src po tests + backends src po doc tests EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \ COPYING COPYING-GPLV2 COPYING-LGPLV3 |