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 /ubi-utils/Makemodule.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 'ubi-utils/Makemodule.am')
-rw-r--r-- | ubi-utils/Makemodule.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ubi-utils/Makemodule.am b/ubi-utils/Makemodule.am index ea18235..dc68f38 100644 --- a/ubi-utils/Makemodule.am +++ b/ubi-utils/Makemodule.am @@ -66,8 +66,13 @@ UBI_EXTRA = \ UBI_HEADER = \ ubi-utils/include ubi-utils/libubi_int.h +UBI_MAN = \ + ubi-utils/ubinize.8 + EXTRA_DIST += $(UBI_HEADER) $(UBI_EXTRA) +dist_man8_MANS += $(UBI_MAN) + sbin_PROGRAMS += $(UBI_BINS) noinst_LIBRARIES += libubi.a libubigen.a |