blob: 5110d3e7769135b2e51b15f8ce2bff9fb7917101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.5 2003/01/17 15:32:24 wiz Exp $
PROG= makeinfo
SRCS= cmds.c defun.c files.c footnote.c \
html.c index.c insertion.c lang.c \
macro.c makeinfo.c multi.c node.c \
sectioning.c toc.c xml.c
CPPFLAGS+= -I${IDIST}/makeinfo
.include <bsd.prog.mk>
.PATH: ${IDIST}/makeinfo ${IDIST}/doc
|