Fix URL_RELPREFIX. This was causing broken
links. Approved by: trhodes (mentor)
This commit is contained in:
parent
e67c3b4220
commit
7238bcfbfc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27200
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
SRCS= article.sgml
|
||||
IMAGES_EN= networks.pic
|
||||
|
||||
URL_RELPREFIX?= ../../..
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
Loading…
Reference in a new issue