1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00

- 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.
This commit is contained in:
Hiroki Sato
2013-11-13 06:10:37 +00:00
parent fd79a9afc6
commit 52f6d56540
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43181
1397 changed files with 1822 additions and 2113 deletions
+4
View File
@@ -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})