comment out ROOT_SYMLINKS variable which broke the web update at hub.
This commit is contained in:
parent
94a090ef0a
commit
d45a01cb91
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5879
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: doc/en_US.ISO_8859-1/articles/Makefile,v 1.4 1999/09/06 06:52:35 peter Exp $
|
||||
|
||||
SUBDIR = committers-guide
|
||||
SUBDIR+= diskless-x
|
||||
|
@ -9,7 +9,7 @@ SUBDIR+= multi-os
|
|||
SUBDIR+= new-users
|
||||
SUBDIR+= programming-tools
|
||||
|
||||
ROOT_SYMLINKS+= new-users
|
||||
# ROOT_SYMLINKS+= new-users
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: doc/en_US.ISO_8859-1/articles/Makefile,v 1.4 1999/09/06 06:52:35 peter Exp $
|
||||
|
||||
SUBDIR = committers-guide
|
||||
SUBDIR+= diskless-x
|
||||
|
@ -9,7 +9,7 @@ SUBDIR+= multi-os
|
|||
SUBDIR+= new-users
|
||||
SUBDIR+= programming-tools
|
||||
|
||||
ROOT_SYMLINKS+= new-users
|
||||
# ROOT_SYMLINKS+= new-users
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
Loading…
Reference in a new issue