svn commit: r53916 - head/en_US.ISO8859-1/htdocs/relnotes
Glen Barber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: gjb
Date: Wed Feb 19 15:25:31 2020
New Revision: 53916
URL: https://svnweb.freebsd.org/changeset/doc/53916
Log:
Fix build after r53915
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/en_US.ISO8859-1/htdocs/relnotes/Makefile
Modified: head/en_US.ISO8859-1/htdocs/relnotes/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/relnotes/Makefile Wed Feb 19 15:23:14 2020 (r53915)
+++ head/en_US.ISO8859-1/htdocs/relnotes/Makefile Wed Feb 19 15:25:31 2020 (r53916)
@@ -13,7 +13,6 @@
.include "../Makefile.inc"
.endif
-RELNOTES?= 11-STABLE ${DOC_PREFIX}/../relnotes11/doc/${LANGCODE} \
- 10-STABLE ${DOC_PREFIX}/../relnotes10/doc/${LANGCODE}
+RELNOTES?= 11-STABLE ${DOC_PREFIX}/../relnotes11/doc/${LANGCODE}
.include "Makefile.inc"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"