diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2016-09-01 15:03:14 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2016-11-17 11:36:56 +0100 |
commit | 942dec0faab61b3d9c814ed013c578edde94d0bb (patch) | |
tree | c3220d5cdb4e4f12f7c4f2fd77407686ae6c389f /Makefile.am | |
parent | e635677589fa9fed6310e8ec2c3cab7afa93b9ce (diff) |
Add ubinize manpage
This patch removes the lengthy help text from the ubinize utility
that attempted to describte the file format and every minor detail,
and reformats it into a more readable man page.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a3457c0..23c1940 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ noinst_SCRIPTS = pkglibexec_PROGRAMS = pkglibexec_SCRIPTS = dist_man1_MANS = +dist_man8_MANS = EXTRA_DIST = |