From 942dec0faab61b3d9c814ed013c578edde94d0bb Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 1 Sep 2016 15:03:14 +0200 Subject: 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 --- ubi-utils/Makemodule.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ubi-utils/Makemodule.am') 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 -- cgit v1.2.3