This is an automated email from the ASF dual-hosted git repository.

borisk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xerces-c-admin.git

commit e3677326fe0262d2137f178114b60c605459a47f
Author: Roger Leigh <rle...@apache.org>
AuthorDate: Mon Sep 10 16:42:38 2018 +0000

    Update release procedure to match 3.2.x versioning and build changes
    
    git-svn-id: https://svn.apache.org/repos/asf/xerces/c/admin@1840478 
13f79535-47bb-0310-9956-ffa450edef68
---
 release-procedure.txt | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/release-procedure.txt b/release-procedure.txt
index 96cf8f8..d5c8ec3 100644
--- a/release-procedure.txt
+++ b/release-procedure.txt
@@ -12,17 +12,8 @@ doc/secadv.xml and the doc/html/secadv/ directory as part of 
the release.
     if the minor version increases, not just the patch version):
 
    configure.ac
-   version.incl
    xerces-c.spec
-   doc/Doxyfile
    doc/style/dtd/entities.ent
-   projects/Win32/VC7.1/xerces-all/XercesLib/XercesLib.vcproj
-   projects/Win32/VC8/xerces-all/XercesLib/XercesLib.vcproj
-   projects/Win32/VC9/xerces-all/XercesLib/XercesLib.vcproj
-   projects/Win32/VC10/xerces-all/XercesLib/XercesLib.vcxproj
-   projects/Win32/VC11/xerces-all/XercesLib/XercesLib.vcxproj
-   projects/Win32/VC12/xerces-all/XercesLib/XercesLib.vcxproj
-   src/xercesc/util/XercesVersion.hpp
    src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp
 
 2. Update the release documentation in (at least) the following files:
@@ -39,12 +30,20 @@ doc/secadv.xml and the doc/html/secadv/ directory as part 
of the release.
    should be explicitly, and only, that produced by the make dist command.
 
 4. Build the web site and API docs by running the following commands from 
within
-   the distribution (note that both Oracle's Java and doxygen must be 
installed):
+   the distribution (note that both Oracle's Java 6 and doxygen must be
+   installed):
 
-   $ cd tools
-   $ ./createdocs.sh
-   $ cd ../doc
-   $ doxygen
+   $ cmake .
+   $ make createdocs
+   $ make createapidocs
+
+   or
+
+   $ autoreconf -fvi
+   $ ./configure
+   $ cd doc
+   $ make createdocs
+   $ make createapidocs
 
    You should be able to open the web site from doc/html/index.html and verify
    the content.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to