Add "en" to LANGSUBDIR. Doesn't do much yet (unless you build with
ALLLANG defined). Will do shortly. . .
This commit is contained in:
parent
774d608de4
commit
e5ce485ff3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4512
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,9 +1,9 @@
|
|||
# $Id: Makefile,v 1.7 1999-02-10 12:54:59 jkh Exp $
|
||||
# $Id: Makefile,v 1.8 1999-03-12 22:25:16 nik Exp $
|
||||
|
||||
SUBDIR= FAQ handbook
|
||||
|
||||
# List of all language-specific subdirs.
|
||||
LANGSUBDIR= es ja ru zh
|
||||
LANGSUBDIR= en es ja ru zh
|
||||
|
||||
# If ALLLANG is defined, descend to all language-specific subdirs too.
|
||||
# If ALLLANG is not defined, but DOC_LANG is defined and a subdirectory with
|
||||
|
|
Loading…
Reference in a new issue