summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
commit8ea63d7300d31d3c84f8977c45faf6470f841e92 (patch)
tree386b3358ef8c799018299eca46e86f3f751796fe /rules.mk
parente93e46bfecdef5511953cd3ce1f01b0546d98af8 (diff)
downloadtalos-petitboot-8ea63d7300d31d3c84f8977c45faf6470f841e92.tar.gz
talos-petitboot-8ea63d7300d31d3c84f8977c45faf6470f841e92.zip
Add petitboot man pages
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 436d033..aec0e90 100644
--- a/rules.mk
+++ b/rules.mk
@@ -29,6 +29,7 @@ endif
# other to install
artwork = background.jpg cdrom.png hdd.png usbpen.png tux.png cursor.gz
+man8 = pb-cui.8 pb-discover.8 pb-event.8 petitboot.8
rules = utils/99-petitboot.rules
udhcpc = utils/udhcpc
@@ -129,6 +130,9 @@ install: all $(rules) $(udhcpc)
$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/utils
$(INSTALL_DATA) $(top_srcdir)/$(rules) $(DESTDIR)$(pkgdatadir)/utils
$(INSTALL_DATA) $(top_srcdir)/$(udhcpc) $(DESTDIR)$(pkgdatadir)/utils
+ $(INSTALL) -d $(DESTDIR)$(mandir)/man8/
+ $(INSTALL_DATA) $(addprefix $(top_srcdir)/man/, $(man8)) \
+ $(DESTDIR)$(mandir)/man8/
dist: $(PACKAGE)-$(VERSION).tar.gz
OpenPOWER on IntegriCloud