It is possible to build www/ tree separately now

(make -DWEB_ONLY is not failing anymore)
This commit is contained in:
Alexey Zelkin 1999-12-17 14:16:56 +00:00
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

View file

@ -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>

View file

@ -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"