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:
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38822
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user