freebsd-dev/gnu/usr.bin/texinfo/makeinfo/Makefile
Brian Feldman 3f31370c82 :%s:\([A-Z][A-Z]ADD\)=:\1+=:g
Add the forgotten plus, which should unbreak the world build.
2000-01-17 18:01:15 +00:00

13 lines
295 B
Makefile

# $FreeBSD$
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 sectioning.h toc.c
DPADD+= ${LIBTXI} ${LIBINTL}
LDADD+= ${LIBTXI} ${LIBINTL}
.include <bsd.prog.mk>
.PATH: $(TXIDIR)/makeinfo $(TXIDIR)/doc