mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
0df1011bec
. Don't install man pages if NO_INSTALL_MANPAGES is set.
18 lines
465 B
Plaintext
18 lines
465 B
Plaintext
$FreeBSD$
|
|
|
|
--- doc/Makefile Sat Aug 10 17:45:46 2002
|
|
+++ doc/Makefile Sat Aug 10 17:48:23 2002
|
|
@@ -0,0 +1,12 @@
|
|
+FILES= ERRORS FEATURES.NEW dragon.inf exp.doc faq history moria.ms moria.txt \
|
|
+ pronounc spells.doc where.inf
|
|
+
|
|
+moria.ms: moria1.ms moria2.ms
|
|
+ cat moria1.ms moria2.ms > moria.ms
|
|
+
|
|
+moria.txt: moria1.txt moria2.txt
|
|
+ cat moria1.txt moria2.txt > moria.txt
|
|
+
|
|
+install: moria.ms moria.txt
|
|
+ ${MKDIR} ${DOCSDIR}
|
|
+ ${BSD_INSTALL_DATA} ${FILES} ${DOCSDIR}
|