]> andersk Git - moira.git/commitdiff
Initial revision
authormar <mar>
Fri, 29 Jan 1988 11:53:32 +0000 (11:53 +0000)
committermar <mar>
Fri, 29 Jan 1988 11:53:32 +0000 (11:53 +0000)
man/Makefile [new file with mode: 0644]

diff --git a/man/Makefile b/man/Makefile
new file mode 100644 (file)
index 0000000..1fdcd26
--- /dev/null
@@ -0,0 +1,19 @@
+#
+#      $Source$
+#      $Header$
+#      $Author$
+#
+
+DESTDIR=
+MAN1PAGES= listmaint.1 usermaint.1 attachmaint.1 clustermaint.1 mailmaint.1
+MAN8PAGES= smstest.8
+
+all:
+install:
+       for i in ${MAN1PAGES}; do \
+               install -c $$i -m 0644 ${DESTDIR}/usr/man/man1/$$i; done
+       for i in ${MAN8PAGES}; do \
+               install -c $$i -m 0644 ${DESTDIR}/usr/man/man8/$$i; done
+
+clean:
+       rm *~
This page took 0.492166 seconds and 5 git commands to generate.