diff options
author | Geoff Levand <geoff@infradead.org> | 2013-05-19 21:07:02 +0800 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2013-05-19 21:07:02 +0800 |
commit | e39b409ec6863ade2e070f7ed2236cee0ca46180 (patch) | |
tree | ec133aa73e75120108c6dc5516e924a5dc0faa4d /man/Makefile.am | |
parent | 7d20772cc7b4d258ee878b4cb30b313f14502dc7 (diff) | |
download | talos-petitboot-e39b409ec6863ade2e070f7ed2236cee0ca46180.tar.gz talos-petitboot-e39b409ec6863ade2e070f7ed2236cee0ca46180.zip |
util/pb-console: Packaging updates
In preparation for packaging add a man page, a help option, and some
comments to the script.
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 4d4301b..75a6bc3 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -12,6 +12,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -dist_man_MANS = pb-discover.8 pb-event.8 petitboot-nc.8 petitboot-twin.8 pb-udhcpc.8 petitboot.8 +dist_man_MANS = pb-console.8 pb-discover.8 pb-event.8 petitboot-nc.8 petitboot-twin.8 pb-udhcpc.8 petitboot.8 MAINTAINERCLEANFILES = Makefile.in |