summaryrefslogtreecommitdiffstats
path: root/usr/share/man/Makefile
diff options
context:
space:
mode:
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
+