summaryrefslogtreecommitdiffstats
path: root/games/moria/files/patch-doc__Makefile
blob: 91ed516b5c239732461bf5cc38887c02cd65c3e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$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} ${STAGEDIR}${DOCSDIR}
+	${BSD_INSTALL_DATA} ${FILES} ${STAGEDIR}${DOCSDIR}
OpenPOWER on IntegriCloud