Set WEBBASE variable.
This commit is contained in:
parent
714203951f
commit
e4acca8a48
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3253
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.14 1998-07-24 13:31:04 nik Exp $
|
||||
# $Id: Makefile,v 1.15 1998-08-03 14:44:26 wosch Exp $
|
||||
|
||||
DOCS?= index.sgml
|
||||
SUBDIR= devel diskformat disklessx fonts mh multios newuser
|
||||
|
@ -13,4 +13,6 @@ SUBDIR=
|
|||
DOCSUBDIR=
|
||||
.endif
|
||||
|
||||
WEBBASE?= /data/tutorials
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.14 1998-07-24 13:31:04 nik Exp $
|
||||
# $Id: Makefile,v 1.15 1998-08-03 14:44:26 wosch Exp $
|
||||
|
||||
DOCS?= index.sgml
|
||||
SUBDIR= devel diskformat disklessx fonts mh multios newuser
|
||||
|
@ -13,4 +13,6 @@ SUBDIR=
|
|||
DOCSUBDIR=
|
||||
.endif
|
||||
|
||||
WEBBASE?= /data/tutorials
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
Loading…
Reference in a new issue