blob: c1ce03d67654413c63b76b878409c1dbcefbfb61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.4 2001/09/02 22:16:58 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
CPPFLAGS+= -I${DIST}/texinfo/makeinfo
.include <bsd.prog.mk>
.PATH: ${DIST}/texinfo/makeinfo ${DIST}/texinfo/doc
|