From c5a454b594037b7ea3127559abc27f8119f84e91 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 11 Aug 1998 01:18:41 +0000 Subject: [PATCH] Include ../Makefile.conf if exists --- en/alpha/Makefile | 6 +++++- en/cgi/Makefile | 6 +++++- en/commercial/Makefile | 6 +++++- en/copyright/Makefile | 6 +++++- en/docproj/Makefile | 6 +++++- en/gallery/Makefile | 6 +++++- en/gifs/Makefile | 6 +++++- en/internal/Makefile | 6 +++++- en/news/Makefile | 6 +++++- en/ports/Makefile | 6 +++++- en/projects/Makefile | 6 +++++- en/releases/Makefile | 6 +++++- en/search/Makefile | 6 +++++- en/security/Makefile | 6 +++--- 14 files changed, 68 insertions(+), 16 deletions(-) diff --git a/en/alpha/Makefile b/en/alpha/Makefile index 430d96076a..f0ae678d27 100644 --- a/en/alpha/Makefile +++ b/en/alpha/Makefile @@ -1,5 +1,9 @@ -# $Id: Makefile,v 1.2 1998-08-07 16:56:59 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-11 01:18:28 wosch Exp $ +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif + DOCS= alpha.sgml DOCS+= current.sgml diff --git a/en/cgi/Makefile b/en/cgi/Makefile index c87614b979..a8232f5eb1 100644 --- a/en/cgi/Makefile +++ b/en/cgi/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.11 1998-03-15 22:00:07 wosch Exp $ +# $Id: Makefile,v 1.12 1998-08-11 01:18:35 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DATA= ftp.mirrors CGI= ftp.cgi gallery.cgi mirror.cgi cgi-lib.pl cgi-style.pl diff --git a/en/commercial/Makefile b/en/commercial/Makefile index e23c6c8dc3..4b7c099f2a 100644 --- a/en/commercial/Makefile +++ b/en/commercial/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.3 1998-08-07 16:57:08 wosch Exp $ +# $Id: Makefile,v 1.4 1998-08-11 01:18:35 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DOCS = commercial.sgml DOCS+= consulting.sgml diff --git a/en/copyright/Makefile b/en/copyright/Makefile index 58408179e1..159248d96e 100644 --- a/en/copyright/Makefile +++ b/en/copyright/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.1 1998-08-03 15:39:13 wosch Exp $ +# $Id: Makefile,v 1.2 1998-08-11 01:18:36 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DOCS= license.sgml DOCS+= daemon.sgml diff --git a/en/docproj/Makefile b/en/docproj/Makefile index cac4b34340..5fe80732cb 100644 --- a/en/docproj/Makefile +++ b/en/docproj/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.4 1998-08-07 16:57:08 wosch Exp $ +# $Id: Makefile,v 1.5 1998-08-11 01:18:36 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DOCS= current.sgml DOCS+= doc-set.sgml diff --git a/en/gallery/Makefile b/en/gallery/Makefile index d061ab4c2d..4c6e601889 100644 --- a/en/gallery/Makefile +++ b/en/gallery/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.3 1998-08-07 16:57:08 wosch Exp $ +# $Id: Makefile,v 1.4 1998-08-11 01:18:37 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DOCS = gallery.sgml DOCS+= cgallery.sgml diff --git a/en/gifs/Makefile b/en/gifs/Makefile index 5fbd9674a0..b1da61792b 100644 --- a/en/gifs/Makefile +++ b/en/gifs/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.13 1998-06-24 16:58:28 wosch Exp $ +# $Id: Makefile,v 1.14 1998-08-11 01:18:37 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DATA= apache.gif apachepower.gif daemon.gif dir.gif doc.gif DATA+= home.gif littlelogo.gif new.gif power-button.gif diff --git a/en/internal/Makefile b/en/internal/Makefile index 3b16069072..72813804aa 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.8 1998-08-09 08:43:57 wosch Exp $ +# $Id: Makefile,v 1.9 1998-08-11 01:18:38 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DOCS= photos.sgml DOCS+= internal.sgml diff --git a/en/news/Makefile b/en/news/Makefile index 9c446a6064..c72e79bbd7 100644 --- a/en/news/Makefile +++ b/en/news/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.3 1998-08-03 13:28:58 wosch Exp $ +# $Id: Makefile,v 1.4 1998-08-11 01:18:39 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DOCS= qnewsletter.sgml diff --git a/en/ports/Makefile b/en/ports/Makefile index 7828739b54..47132c8ae7 100644 --- a/en/ports/Makefile +++ b/en/ports/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.12 1998-08-09 13:55:10 wosch Exp $ +# $Id: Makefile,v 1.13 1998-08-11 01:18:39 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif PORTINDEX= perl ./portindex INDEX= INDEX diff --git a/en/projects/Makefile b/en/projects/Makefile index afeb9be2d6..302d3d19f7 100644 --- a/en/projects/Makefile +++ b/en/projects/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.3 1998-08-07 16:57:08 wosch Exp $ +# $Id: Makefile,v 1.4 1998-08-11 01:18:39 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DOCS= projects.sgml DOCS+= mozilla.sgml diff --git a/en/releases/Makefile b/en/releases/Makefile index 60a43b72ce..a5c6f35393 100644 --- a/en/releases/Makefile +++ b/en/releases/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.11 1998-07-24 20:09:53 jkh Exp $ +# $Id: Makefile,v 1.12 1998-08-11 01:18:40 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DOCS?= index.sgml snapshots.sgml diff --git a/en/search/Makefile b/en/search/Makefile index 2f95425f36..da741452cc 100644 --- a/en/search/Makefile +++ b/en/search/Makefile @@ -1,4 +1,8 @@ -# $Id: Makefile,v 1.2 1998-08-07 16:57:08 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-11 01:18:41 wosch Exp $ + +.if exists("../Makefile.conf") +.include "../Makefile.conf" +.endif DOCS+= index-site.sgml DOCS+= search.sgml diff --git a/en/security/Makefile b/en/security/Makefile index 9e783541d8..aa7e56d6e1 100644 --- a/en/security/Makefile +++ b/en/security/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.2 1998-08-07 16:57:09 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-11 01:18:41 wosch Exp $ -.if exists(Makefile.conf) -.include "Makefile.conf" +.if exists("../Makefile.conf") +.include "../Makefile.conf" .endif DOCS=