diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-09 10:40:44 -0700 |
---|---|---|
committer | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-09 10:40:44 -0700 |
commit | 8ea63d7300d31d3c84f8977c45faf6470f841e92 (patch) | |
tree | 386b3358ef8c799018299eca46e86f3f751796fe /rules.mk | |
parent | e93e46bfecdef5511953cd3ce1f01b0546d98af8 (diff) | |
download | talos-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.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |