1# $NetBSD: Makefile,v 1.1 2016/01/13 19:02:01 christos Exp $
2
3DIST_SUBDIR=    contrib/mom/momdoc
4
5.include <bsd.init.mk>
6
7.if ${MKSHARE} != "no"
8FILESDIR=       /usr/share/doc/reference/ref1/roff/mom
9FILES=          appendices.html \
10  color.html \
11  cover.html \
12  definitions.html \
13  docelement.html \
14  docprocessing.html \
15  goodies.html \
16  headfootpage.html \
17  inlines.html \
18  intro.html \
19  letters.html \
20  macrolist.html \
21  rectoverso.html \
22  refer.html \
23  reserved.html \
24  toc.html \
25  typemacdoc.html \
26  typesetting.html \
27  using.html
28.endif
29
30.include <bsd.prog.mk>
31