[Pcre-svn] [1230] code/trunk: Fix missing html files and rem…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1230] code/trunk: Fix missing html files and remove link to removed file.
Revision: 1230
          http://vcs.pcre.org/viewvc?view=rev&revision=1230
Author:   ph10
Date:     2012-12-07 10:22:16 +0000 (Fri, 07 Dec 2012)


Log Message:
-----------
Fix missing html files and remove link to removed file.

Modified Paths:
--------------
    code/trunk/Makefile.am
    code/trunk/configure.ac
    code/trunk/doc/index.html.src


Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am    2012-12-06 17:51:34 UTC (rev 1229)
+++ code/trunk/Makefile.am    2012-12-07 10:22:16 UTC (rev 1230)
@@ -18,6 +18,7 @@
   doc/html/index.html \
   doc/html/pcre.html \
   doc/html/pcre16.html \
+  doc/html/pcre32.html \
   doc/html/pcre-config.html \
   doc/html/pcre_assign_jit_stack.html \
   doc/html/pcre_compile.html \
@@ -44,6 +45,7 @@
   doc/html/pcre_refcount.html \
   doc/html/pcre_study.html \
   doc/html/pcre_utf16_to_host_byte_order.html \
+  doc/html/pcre_utf32_to_host_byte_order.html \
   doc/html/pcre_version.html \
   doc/html/pcreapi.html \
   doc/html/pcrebuild.html \
@@ -65,10 +67,6 @@
   doc/html/pcretest.html \
   doc/html/pcreunicode.html


-# doc/html/pcre32.html \
-# doc/html/pcre_utf32_to_host_byte_order.html \
-#
-
pcrecpp_html = doc/html/pcrecpp.html
dist_noinst_DATA = $(pcrecpp_html)


Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2012-12-06 17:51:34 UTC (rev 1229)
+++ code/trunk/configure.ac    2012-12-07 10:22:16 UTC (rev 1230)
@@ -9,9 +9,9 @@
 dnl be defined as -RC2, for example. For real releases, it should be empty.


m4_define(pcre_major, [8])
-m4_define(pcre_minor, [32])
-m4_define(pcre_prerelease, [])
-m4_define(pcre_date, [2012-11-30])
+m4_define(pcre_minor, [33])
+m4_define(pcre_prerelease, [-RC1])
+m4_define(pcre_date, [2012-12-07])

# NOTE: The CMakeLists.txt file searches for the above variables in the first
# 50 lines of this file. Please update that if the variables above are moved.

Modified: code/trunk/doc/index.html.src
===================================================================
--- code/trunk/doc/index.html.src    2012-12-06 17:51:34 UTC (rev 1229)
+++ code/trunk/doc/index.html.src    2012-12-07 10:22:16 UTC (rev 1230)
@@ -146,9 +146,6 @@
 <tr><td><a href="pcre_get_substring_list.html">pcre_get_substring_list</a></td>
     <td>&nbsp;&nbsp;Extract all substrings into new memory</td></tr>


-<tr><td><a href="pcre_info.html">pcre_info</a></td>
-    <td>&nbsp;&nbsp;Obsolete information extraction function</td></tr>
-
 <tr><td><a href="pcre_jit_stack_alloc.html">pcre_jit_stack_alloc</a></td>
     <td>&nbsp;&nbsp;Create a stack for JIT matching</td></tr>