${GRIND} implies -f.
This commit is contained in:
parent
5a1ce5e6aa
commit
60ba35af7c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user