X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=rules.mk;h=aec0e902b09298711d6274eff54d0462539a5a6e;hp=436d0338f70eedf5e4660117123d9546c890ad42;hb=8ea63d7300d31d3c84f8977c45faf6470f841e92;hpb=d3e5eadbdcce508c48258b15664baa753ce6fc81 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