diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-28 11:18:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-28 11:18:02 +0000 |
| commit | 60ba35af7c9f13672839976f7be7ae92589df354 (patch) | |
| tree | 0e65157a95264ef2981372544ff3b80198c7cb33 /share/doc/papers/sysperf | |
| parent | 5a1ce5e6aa0b48bc147a23be69d76aa7f8a21f4f (diff) | |
Notes
Diffstat (limited to 'share/doc/papers/sysperf')
| -rw-r--r-- | share/doc/papers/sysperf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/papers/sysperf/Makefile b/share/doc/papers/sysperf/Makefile index c86fb8f66d56..17152ec3e863 100644 --- a/share/doc/papers/sysperf/Makefile +++ b/share/doc/papers/sysperf/Makefile @@ -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> |
