mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 23:43:25 +00:00
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:
parent
66e2076c9e
commit
07d0464545
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2361
@ -5,6 +5,6 @@ DOC= beyond43
|
||||
MACROS= -ms
|
||||
|
||||
paper.ps: ${SRCS}
|
||||
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
|
||||
${TBL} ${.CURDIR}/${SRCS} | ${ROFF} > ${.TARGET}
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user