Include ../Makefile.conf if exists
This commit is contained in:
parent
1dd0d41df8
commit
c5a454b594
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3314
14 changed files with 68 additions and 16 deletions
|
|
@ -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= alpha.sgml
|
||||||
|
|
||||||
DOCS+= current.sgml
|
DOCS+= current.sgml
|
||||||
|
|
|
||||||
|
|
@ -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
|
DATA= ftp.mirrors
|
||||||
CGI= ftp.cgi gallery.cgi mirror.cgi cgi-lib.pl cgi-style.pl
|
CGI= ftp.cgi gallery.cgi mirror.cgi cgi-lib.pl cgi-style.pl
|
||||||
|
|
|
||||||
|
|
@ -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 = commercial.sgml
|
||||||
DOCS+= consulting.sgml
|
DOCS+= consulting.sgml
|
||||||
|
|
|
||||||
|
|
@ -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= license.sgml
|
||||||
DOCS+= daemon.sgml
|
DOCS+= daemon.sgml
|
||||||
|
|
|
||||||
|
|
@ -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= current.sgml
|
||||||
DOCS+= doc-set.sgml
|
DOCS+= doc-set.sgml
|
||||||
|
|
|
||||||
|
|
@ -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 = gallery.sgml
|
||||||
DOCS+= cgallery.sgml
|
DOCS+= cgallery.sgml
|
||||||
|
|
|
||||||
|
|
@ -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= apache.gif apachepower.gif daemon.gif dir.gif doc.gif
|
||||||
DATA+= home.gif littlelogo.gif new.gif power-button.gif
|
DATA+= home.gif littlelogo.gif new.gif power-button.gif
|
||||||
|
|
|
||||||
|
|
@ -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= photos.sgml
|
||||||
DOCS+= internal.sgml
|
DOCS+= internal.sgml
|
||||||
|
|
|
||||||
|
|
@ -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
|
DOCS= qnewsletter.sgml
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
PORTINDEX= perl ./portindex
|
||||||
INDEX= INDEX
|
INDEX= INDEX
|
||||||
|
|
|
||||||
|
|
@ -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= projects.sgml
|
||||||
DOCS+= mozilla.sgml
|
DOCS+= mozilla.sgml
|
||||||
|
|
|
||||||
|
|
@ -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
|
DOCS?= index.sgml snapshots.sgml
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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+= index-site.sgml
|
||||||
DOCS+= search.sgml
|
DOCS+= search.sgml
|
||||||
|
|
|
||||||
|
|
@ -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)
|
.if exists("../Makefile.conf")
|
||||||
.include "Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS=
|
DOCS=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue