Add URLS_ABSOLUTE=YES into the doc.1 target.

This commit is contained in:
Hiroki Sato 2004-05-05 13:06:40 +00:00
parent 601ae596e7
commit 9f2d40ab25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128959

View File

@ -965,7 +965,8 @@ doc.1:
WITHOUT_PYTHON=yes FORCE_PKG_REGISTER=yes; \
done
@cd /usr/doc && make all install 'FORMATS=html html-split txt' \
INSTALL_COMPRESSED='' DOCDIR=${RD}/trees/base/usr/share/doc
INSTALL_COMPRESSED='' DOCDIR=${RD}/trees/base/usr/share/doc \
URLS_ABSOLUTE=YES
touch ${.TARGET}
#