Remove more old good days leftovers.
. tutorials is long time ago unused as doc/ building directory. So, no need to threat it specially. . FAQ and handbook directories are also used as compat reference containers now. So, having them declared as COOKIE is unnecessary.
This commit is contained in:
parent
2337876ee8
commit
19b37f9cfa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20555
5 changed files with 9 additions and 37 deletions
12
en/Makefile
12
en/Makefile
|
|
@ -1,4 +1,5 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.107 2004/02/01 00:02:58 josef Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.108 2004/04/05 14:21:26 phantom Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
|
@ -41,6 +42,7 @@ SUBDIR+= advocacy
|
|||
SUBDIR+= events
|
||||
SUBDIR+= FAQ
|
||||
SUBDIR+= handbook
|
||||
SUBDIR+= tutorials
|
||||
SUBDIR+= internal
|
||||
SUBDIR+= java
|
||||
SUBDIR+= copyright
|
||||
|
|
@ -63,20 +65,12 @@ SUBDIR+= doc
|
|||
SUBDIR+= relnotes
|
||||
.endif
|
||||
|
||||
# These *must* be listed after the "doc" subdir, as they create symlinks
|
||||
# in to it.
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR+= tutorials
|
||||
.endif
|
||||
|
||||
# Non-SGML
|
||||
SUBDIR+= gifs
|
||||
SUBDIR+= cgi
|
||||
|
||||
WEB_LANG?= da de es fr it ja pt_BR ru tr zh
|
||||
|
||||
COOKIE= FAQ handbook
|
||||
|
||||
# Non-English
|
||||
|
||||
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue