Use .MAIN: all

This commit is contained in:
ache 1995-01-07 16:39:38 +00:00
parent 8ef602caf2
commit 926c2c31b0

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}