Fix it to find the sources if there is an obj directory. Lots of the old

doc Makefiles are broken in the same way.  This should be fixed centrally.
This commit is contained in:
Bruce Evans 1994-08-28 17:00:54 +00:00
parent 66e2076c9e
commit 07d0464545
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2361

View File

@ -5,6 +5,6 @@ DOC= beyond43
MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
${TBL} ${.CURDIR}/${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>