svn commit: r42662 - head/share/xml
Glen Barber
gjb at FreeBSD.org
Fri Sep 13 21:10:26 UTC 2013
Author: gjb
Date: Fri Sep 13 21:10:25 2013
New Revision: 42662
URL: http://svnweb.freebsd.org/changeset/doc/42662
Log:
Re-enable beta2* macros now that build errors are fixed.
Modified:
head/share/xml/release.ent
Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent Fri Sep 13 21:08:02 2013 (r42661)
+++ head/share/xml/release.ent Fri Sep 13 21:10:25 2013 (r42662)
@@ -37,8 +37,8 @@
<!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
are having release candidates at the same time), do the same here. -->
-<!ENTITY beta2.testing "IGNORE">
-<!ENTITY % beta2.testing "IGNORE">
+<!ENTITY beta2.testing "INCLUDE">
+<!ENTITY % beta2.testing "INCLUDE">
<!ENTITY betarel2.current '10.0'>
<!ENTITY betarel2.vers 'ALPHA1'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
More information about the svn-doc-head
mailing list