Include the right web.mk

This commit is contained in:
Wolfram Schneider 1998-08-04 12:32:37 +00:00
parent 0225456083
commit 41228b914b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3267
5 changed files with 10 additions and 10 deletions
ja
commercial
copyright
gallery
internal
projects

View file

@ -1,5 +1,5 @@
# $Id: Makefile,v 1.1 1998-08-03 16:44:06 wosch Exp $
# $Id: Makefile,v 1.2 1998-08-04 12:31:46 wosch Exp $
DOCS = commercial.sgml
.include <../web.mk>
.include "../../web.mk"

View file

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.1 1998-08-03 16:44:12 wosch Exp $
# $Id: Makefile,v 1.2 1998-08-04 12:32:36 wosch Exp $
DOCS= license.sgml
DOCS+= daemon.sgml
.include "../web.mk"
.include "../../web.mk"

View file

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.1 1998-08-03 16:44:12 wosch Exp $
# $Id: Makefile,v 1.2 1998-08-04 12:32:37 wosch Exp $
DOCS = gallery.sgml
.include "../web.mk"
.include "../../web.mk"

View file

@ -1,8 +1,8 @@
# $Id: Makefile,v 1.1 1998-08-03 16:44:13 wosch Exp $
# $Id: Makefile,v 1.2 1998-08-04 12:32:37 wosch Exp $
DOCS+= about.sgml
DOCS+= mirror.sgml
DOCS+= machines.sgml
DOCS+= resignation.sgml
.include "../web.mk"
.include "../../web.mk"

View file

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.1 1998-08-03 16:44:13 wosch Exp $
# $Id: Makefile,v 1.2 1998-08-04 12:32:37 wosch Exp $
DOCS+= mozilla.sgml
DOCS+= newbies.sgml
.include "../web.mk"
.include "../../web.mk"