It is possible to build www/ tree separately now
(make -DWEB_ONLY is not failing anymore)
This commit is contained in:
parent
5824126abd
commit
7cfacc4896
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6212
2 changed files with 12 additions and 3 deletions
10
Makefile
10
Makefile
|
|
@ -1,8 +1,12 @@
|
|||
# $FreeBSD: www/Makefile,v 1.9 1999/09/06 07:02:30 peter Exp $
|
||||
# $FreeBSD: www/Makefile,v 1.10 1999/11/03 10:59:24 phantom Exp $
|
||||
|
||||
LINKS= en/ja en/es en/ru en/zh ja/web.mk ru/web.mk
|
||||
LINKS+= web.mk ../doc/en_US.ISO_8859-1/web.mk
|
||||
LINKS+= web.mk
|
||||
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
LINKS+= ../doc/en_US.ISO_8859-1/web.mk
|
||||
LINKS+= ../doc/en_US.ISO_8859-1/includes.sgml
|
||||
.endif
|
||||
|
||||
SUBDIR= en
|
||||
|
||||
|
|
@ -36,10 +40,12 @@ ru/web.mk:
|
|||
web.mk:
|
||||
cd .; ln -sf en/web.mk
|
||||
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
../doc/en_US.ISO_8859-1/web.mk:
|
||||
cd ../doc/en_US.ISO_8859-1; ln -sf ../../www/en/web.mk
|
||||
|
||||
../doc/en_US.ISO_8859-1/includes.sgml:
|
||||
cd ../doc/en_US.ISO_8859-1; ln -sf ../../www/en/includes.sgml
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/zh/Makefile,v 1.2 1999/09/06 07:03:31 peter Exp $
|
||||
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
DOCSUBDIR= FAQ
|
||||
.endif
|
||||
|
||||
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||
SGMLOPTS+=-e big5
|
||||
FORMATS= "html ps"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue