diff options
author | Glen Barber <gjb@FreeBSD.org> | 2018-12-04 18:56:53 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2018-12-04 18:56:53 +0000 |
commit | 2cd56c23b0146f9c6a060c5fbf7b66cf9d7a263c (patch) | |
tree | bc54f1acde5d2b1eef789c0b672a1ee03abb0841 /en_US.ISO8859-1/htdocs/Makefile | |
parent | 446be042069233907fc20b56a90be607548b5819 (diff) |
Comment evaluation of BUILD_RELNOTES temporarily so the release
notes page for 12.0-RELEASE is updated more timely.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=52571
Diffstat (limited to 'en_US.ISO8859-1/htdocs/Makefile')
-rw-r--r-- | en_US.ISO8859-1/htdocs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/htdocs/Makefile b/en_US.ISO8859-1/htdocs/Makefile index aeddc3888a..ee694ab8eb 100644 --- a/en_US.ISO8859-1/htdocs/Makefile +++ b/en_US.ISO8859-1/htdocs/Makefile @@ -75,9 +75,9 @@ SUBDIR+= support SUBDIR+= doc SUBDIR+= ports .endif -.if defined(BUILD_RELNOTES) +#.if defined(BUILD_RELNOTES) SUBDIR+= relnotes -.endif +#.endif # Non-XML SUBDIR+= cgi |