${GRIND} implies -f.

This commit is contained in:
Ruslan Ermilov 2000-11-28 11:18:02 +00:00
parent 5a1ce5e6aa
commit 60ba35af7c

View File

@ -15,9 +15,9 @@ paper.tmp: ${LSRCS}
(cd ${.CURDIR}; ${TBL} ${LSRCS}) > paper.tmp
appendix.tmp: a1.t a2.t
${GRIND} -f ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \
${GRIND} ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \
{ if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp
${GRIND} -f -lcsh ${.CURDIR}/a2.t | awk '/\.\(\)/{ cnt = 2 } \
${GRIND} -lcsh ${.CURDIR}/a2.t | awk '/\.\(\)/{ cnt = 2 } \
{ if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp
.include <bsd.doc.mk>