Disable relnotes build.
This commit is contained in:
parent
010443c803
commit
acb53f7c6e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43533
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ SUBDIR+= ports
|
|||
SUBDIR+= doc
|
||||
.endif
|
||||
.if defined(BUILD_RELNOTES)
|
||||
SUBDIR+= relnotes
|
||||
#SUBDIR+= relnotes
|
||||
.endif
|
||||
|
||||
# Non-XML
|
||||
|
|
|
@ -69,7 +69,7 @@ SUBDIR+= donations
|
|||
SUBDIR+= doc
|
||||
.endif
|
||||
.if defined(BUILD_RELNOTES)
|
||||
SUBDIR+= relnotes
|
||||
#SUBDIR+= relnotes
|
||||
.endif
|
||||
|
||||
WEBDIR?= data/fr
|
||||
|
|
Loading…
Reference in a new issue