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

- Move developers.sgml to the language-independent directory.

- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
 
Approved by:	doceng (implicit)
This commit is contained in:
Hiroki Sato
2012-05-17 03:23:15 +00:00
parent 282a032540
commit 4fe414e55f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38822
930 changed files with 1474 additions and 15436 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
#
# The user can override the default list of languages to build and install
# with the DOC_LANG variable.
#
#
.if defined(ENGLISH_ONLY) && !empty(ENGLISH_ONLY)
DOC_LANG= en_US.ISO8859-1
.endif
.if defined(DOC_LANG) && !empty(DOC_LANG)
SUBDIR = ${DOC_LANG}
.else