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:
Alexey Zelkin 2004-04-06 11:41:18 +00:00
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

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/fr/Makefile,v 1.4 2004/03/06 17:33:18 stephane Exp $
# $FreeBSD: www/fr/Makefile,v 1.5 2004/04/05 14:17:52 phantom Exp $
# The FreeBSD French Documentation Project
# Original revision: 1.107
@ -45,6 +45,7 @@ SUBDIR+= advocacy
SUBDIR+= events
SUBDIR+= FAQ
SUBDIR+= handbook
SUBDIR+= tutorials
SUBDIR+= internal
SUBDIR+= java
SUBDIR+= copyright
@ -67,20 +68,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)