Use .MAIN: all

This commit is contained in:
Andrey A. Chernov 1995-01-07 16:39:38 +00:00
parent 2f6df2645b
commit e9474ecf20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5429

View File

@ -3,6 +3,8 @@ BINDIR?= /usr/share/info
MAKEINFO?= makeinfo
MAKEINFOFLAGS?= # --no-split would simplify some things, e.g., compression
.MAIN: all
.SUFFIXES: .info .texi .texinfo
.texi.info:
${MAKEINFO} ${MAKEINFOFLAGS} -I ${.CURDIR} ${.IMPSRC} -o ${.TARGET}