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
|
@ -1,6 +1,6 @@
|
|||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD German Documentation Project
|
||||
# $FreeBSD: www/de/Makefile,v 1.13 2004/01/11 00:32:03 mheinen Exp $
|
||||
# $FreeBSD: www/de/Makefile,v 1.14 2004/04/05 14:17:52 phantom Exp $
|
||||
# $FreeBSDde: de-www/Makefile,v 1.21 2004/01/05 11:08:11 mheinen Exp $
|
||||
# basiert auf: 1.105
|
||||
|
||||
|
@ -44,17 +44,11 @@ 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
|
||||
|
||||
COOKIE= FAQ handbook
|
||||
|
||||
WEBDIR?= data/de
|
||||
|
||||
# index.html is special, and generated from index.xsl and news/news.xml
|
||||
|
|
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)
|
||||
|
|
11
fr/Makefile
11
fr/Makefile
|
@ -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)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Based on: 1.105
|
||||
#
|
||||
# $FreeBSD: www/pt_BR/Makefile,v 1.1 2002/10/05 16:05:33 lioux Exp $
|
||||
# $FreeBSD: www/pt_BR/Makefile,v 1.2 2004/01/05 03:02:25 lioux Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -20,8 +20,6 @@ SUBDIR+= FAQ
|
|||
SUBDIR+= doc
|
||||
.endif
|
||||
|
||||
COOKIE= FAQ
|
||||
|
||||
WEBDIR?= data/pt_BR
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
11
ru/Makefile
11
ru/Makefile
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# The FreeBSD Russian Documentation Project
|
||||
#
|
||||
# $FreeBSD: www/ru/Makefile,v 1.34 2004/03/23 23:27:57 phantom Exp $
|
||||
# $FreeBSD: www/ru/Makefile,v 1.35 2004/04/05 14:17:52 phantom Exp $
|
||||
# $FreeBSDru: frdp/www/ru/Makefile,v 1.34 2004/02/11 12:17:39 den Exp $
|
||||
#
|
||||
# Original revision: 1.107
|
||||
|
@ -43,6 +43,7 @@ SUBDIR+= news
|
|||
#SUBDIR+= events
|
||||
SUBDIR+= FAQ
|
||||
SUBDIR+= handbook
|
||||
SUBDIR+= tutorials
|
||||
SUBDIR+= internal
|
||||
SUBDIR+= java
|
||||
SUBDIR+= copyright
|
||||
|
@ -65,18 +66,10 @@ 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
|
||||
|
||||
COOKIE= FAQ handbook
|
||||
|
||||
WEBDIR?= data/ru
|
||||
|
||||
# index.html is special, and generated from index.xsl and news/news.xml
|
||||
|
|
Loading…
Reference in a new issue