[Pcre-svn] [957] code/trunk: Change man page link creation f…

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [957] code/trunk: Change man page link creation from -s to -sf.
Revision: 957
          http://vcs.pcre.org/viewvc?view=rev&revision=957
Author:   ph10
Date:     2012-04-04 17:18:29 +0100 (Wed, 04 Apr 2012)


Log Message:
-----------
Change man page link creation from -s to -sf.

Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/Makefile.am


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2012-04-04 05:35:52 UTC (rev 956)
+++ code/trunk/ChangeLog    2012-04-04 16:18:29 UTC (rev 957)
@@ -77,7 +77,10 @@


21. Fixed a bug for backward assertions with REVERSE 0 in the JIT compiler.

+22. Changed the option for creating symbolic links for 16-bit man pages from
+    -s to -sf so that re-installing does not cause issues.


+
Version 8.30 04-February-2012
-----------------------------


Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am    2012-04-04 05:35:52 UTC (rev 956)
+++ code/trunk/Makefile.am    2012-04-04 16:18:29 UTC (rev 957)
@@ -521,31 +521,31 @@


 # Arrange for the per-function man pages to have 16-bit names as well.
 install-data-hook:
-    ln -s pcre_assign_jit_stack.3        $(DESTDIR)$(man3dir)/pcre16_assign_jit_stack.3
-    ln -s pcre_compile.3            $(DESTDIR)$(man3dir)/pcre16_compile.3
-    ln -s pcre_compile2.3            $(DESTDIR)$(man3dir)/pcre16_compile2.3
-    ln -s pcre_config.3            $(DESTDIR)$(man3dir)/pcre16_config.3
-    ln -s pcre_copy_named_substring.3    $(DESTDIR)$(man3dir)/pcre16_copy_named_substring.3
-    ln -s pcre_copy_substring.3        $(DESTDIR)$(man3dir)/pcre16_copy_substring.3
-    ln -s pcre_dfa_exec.3            $(DESTDIR)$(man3dir)/pcre16_dfa_exec.3
-    ln -s pcre_exec.3            $(DESTDIR)$(man3dir)/pcre16_exec.3
-    ln -s pcre_free_study.3            $(DESTDIR)$(man3dir)/pcre16_free_study.3
-    ln -s pcre_free_substring.3        $(DESTDIR)$(man3dir)/pcre16_free_substring.3
-    ln -s pcre_free_substring_list.3    $(DESTDIR)$(man3dir)/pcre16_free_substring_list.3
-    ln -s pcre_fullinfo.3            $(DESTDIR)$(man3dir)/pcre16_fullinfo.3
-    ln -s pcre_get_named_substring.3    $(DESTDIR)$(man3dir)/pcre16_get_named_substring.3
-    ln -s pcre_get_stringnumber.3        $(DESTDIR)$(man3dir)/pcre16_get_stringnumber.3
-    ln -s pcre_get_stringtable_entries.3    $(DESTDIR)$(man3dir)/pcre16_get_stringtable_entries.3
-    ln -s pcre_get_substring.3        $(DESTDIR)$(man3dir)/pcre16_get_substring.3
-    ln -s pcre_get_substring_list.3        $(DESTDIR)$(man3dir)/pcre16_get_substring_list.3
-    ln -s pcre_jit_stack_alloc.3        $(DESTDIR)$(man3dir)/pcre16_jit_stack_alloc.3
-    ln -s pcre_jit_stack_free.3        $(DESTDIR)$(man3dir)/pcre16_jit_stack_free.3
-    ln -s pcre_maketables.3            $(DESTDIR)$(man3dir)/pcre16_maketables.3
-    ln -s pcre_pattern_to_host_byte_order.3 $(DESTDIR)$(man3dir)/pcre16_pattern_to_host_byte_order.3
-    ln -s pcre_refcount.3            $(DESTDIR)$(man3dir)/pcre16_refcount.3
-    ln -s pcre_study.3            $(DESTDIR)$(man3dir)/pcre16_study.3
-    ln -s pcre_utf16_to_host_byte_order.3    $(DESTDIR)$(man3dir)/pcre16_utf16_to_host_byte_order.3
-    ln -s pcre_version.3            $(DESTDIR)$(man3dir)/pcre16_version.3
+    ln -sf pcre_assign_jit_stack.3         $(DESTDIR)$(man3dir)/pcre16_assign_jit_stack.3
+    ln -sf pcre_compile.3             $(DESTDIR)$(man3dir)/pcre16_compile.3
+    ln -sf pcre_compile2.3             $(DESTDIR)$(man3dir)/pcre16_compile2.3
+    ln -sf pcre_config.3             $(DESTDIR)$(man3dir)/pcre16_config.3
+    ln -sf pcre_copy_named_substring.3     $(DESTDIR)$(man3dir)/pcre16_copy_named_substring.3
+    ln -sf pcre_copy_substring.3         $(DESTDIR)$(man3dir)/pcre16_copy_substring.3
+    ln -sf pcre_dfa_exec.3             $(DESTDIR)$(man3dir)/pcre16_dfa_exec.3
+    ln -sf pcre_exec.3             $(DESTDIR)$(man3dir)/pcre16_exec.3
+    ln -sf pcre_free_study.3         $(DESTDIR)$(man3dir)/pcre16_free_study.3
+    ln -sf pcre_free_substring.3         $(DESTDIR)$(man3dir)/pcre16_free_substring.3
+    ln -sf pcre_free_substring_list.3     $(DESTDIR)$(man3dir)/pcre16_free_substring_list.3
+    ln -sf pcre_fullinfo.3             $(DESTDIR)$(man3dir)/pcre16_fullinfo.3
+    ln -sf pcre_get_named_substring.3     $(DESTDIR)$(man3dir)/pcre16_get_named_substring.3
+    ln -sf pcre_get_stringnumber.3         $(DESTDIR)$(man3dir)/pcre16_get_stringnumber.3
+    ln -sf pcre_get_stringtable_entries.3     $(DESTDIR)$(man3dir)/pcre16_get_stringtable_entries.3
+    ln -sf pcre_get_substring.3         $(DESTDIR)$(man3dir)/pcre16_get_substring.3
+    ln -sf pcre_get_substring_list.3     $(DESTDIR)$(man3dir)/pcre16_get_substring_list.3
+    ln -sf pcre_jit_stack_alloc.3         $(DESTDIR)$(man3dir)/pcre16_jit_stack_alloc.3
+    ln -sf pcre_jit_stack_free.3         $(DESTDIR)$(man3dir)/pcre16_jit_stack_free.3
+    ln -sf pcre_maketables.3         $(DESTDIR)$(man3dir)/pcre16_maketables.3
+    ln -sf pcre_pattern_to_host_byte_order.3 $(DESTDIR)$(man3dir)/pcre16_pattern_to_host_byte_order.3
+    ln -sf pcre_refcount.3             $(DESTDIR)$(man3dir)/pcre16_refcount.3
+    ln -sf pcre_study.3             $(DESTDIR)$(man3dir)/pcre16_study.3
+    ln -sf pcre_utf16_to_host_byte_order.3     $(DESTDIR)$(man3dir)/pcre16_utf16_to_host_byte_order.3
+    ln -sf pcre_version.3             $(DESTDIR)$(man3dir)/pcre16_version.3


pcrecpp_man = doc/pcrecpp.3
EXTRA_DIST += $(pcrecpp_man)