11 lines
106 B
Makefile
11 lines
106 B
Makefile
# $Id$
|
|
|
|
VOLUME= papers
|
|
DOC= contents
|
|
|
|
SRCS= contents.ms
|
|
FILES= ${SRCS}
|
|
MACROS= -ms
|
|
|
|
.include <bsd.doc.mk>
|