aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-11-13 06:10:37 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-11-13 06:10:37 +0000
commit52f6d565405328952aa6e54a481cd81ca3e4938d (patch)
tree0f98a9aec6cd6edd4a234990cee227717c371337 /Makefile
parentfd79a9afc641835b8fe18f9f5fb8c6f7bd1474b6 (diff)
downloaddoc-52f6d565405328952aa6e54a481cd81ca3e4938d.tar.gz
doc-52f6d565405328952aa6e54a481cd81ca3e4938d.zip
- Use /usr/bin/svnlite as SVN if available.
- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
Notes
Notes: svn path=/head/; revision=43181
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a31e22579d..b385ae024a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,11 @@ SUBDIR+= zh_TW.Big5
DOC_PREFIX?= ${.CURDIR}
+.if exists(/usr/bin/svnlite)
+SVN?= /usr/bin/svnlite
+.else
SVN?= /usr/local/bin/svn
+.endif
update:
.if !exists(${SVN})