diff options
author | hrs <hrs@FreeBSD.org> | 2004-05-05 13:06:40 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-05-05 13:06:40 +0000 |
commit | 5aafe8406028cdb4a9a2ac73a7090211b1381206 (patch) | |
tree | 19c5c0c20a5b789e6c217546951a9c485a17eee6 /release | |
parent | 89e721546712926a32931f62d31f927765d9b28b (diff) | |
download | FreeBSD-src-5aafe8406028cdb4a9a2ac73a7090211b1381206.zip FreeBSD-src-5aafe8406028cdb4a9a2ac73a7090211b1381206.tar.gz |
Add URLS_ABSOLUTE=YES into the doc.1 target.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 9ab12269..154effd 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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} # |