Fix URL_RELPREFIX. This was causing broken

links.

Approved by:	trhodes (mentor)
This commit is contained in:
Jesus R. Camou 2006-02-20 20:53:00 +00:00
parent e67c3b4220
commit 7238bcfbfc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27200

View file

@ -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"