summaryrefslogtreecommitdiffstats
path: root/usr/share/man/Makefile
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-06-23 13:53:40 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-06-23 13:53:40 +0000
commit89bc777ab4d2917d16369cf30d0f93989e6348eb (patch)
treebef00056fc7beada54e7780e23b7bf80d7ff4363 /usr/share/man/Makefile
parent91189d9a699a5845e69d57fdd4c6edef41e9aaa7 (diff)
downloadsetup-box-1.0_rc5.tar.bz2
setup-box-1.0_rc5.tar.xz
documentationv1.0_rc5
Diffstat (limited to 'usr/share/man/Makefile')
-rw-r--r--usr/share/man/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/share/man/Makefile b/usr/share/man/Makefile
new file mode 100644
index 0000000..4f5f256
--- /dev/null
+++ b/usr/share/man/Makefile
@@ -0,0 +1,6 @@
+MAN1PAGES = setup-box.1
+
+install:
+ $(INSTALLDIR) $(DESTDIR)$(MANDIR)/man1
+ $(INSTALL) $(addprefix $(src)/,$(MAN1PAGES)) $(DESTDIR)$(MANDIR)/man1
+