summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-04-04 16:18:29 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-04-04 16:18:29 +0000
commit126ed5ec14c19a82419a8ab951ee9aacd330993a (patch)
tree246276159097a5d363680d9ec78f8e619a176447
parentf8fe154ad9e81a9a85ee4bd3586a68f32e410782 (diff)
downloadpcre-126ed5ec14c19a82419a8ab951ee9aacd330993a.tar.gz
Change man page link creation from -s to -sf.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@957 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.am50
2 files changed, 28 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e6e666..048ba25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,6 +77,9 @@ Version 8.31
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
-----------------------------
diff --git a/Makefile.am b/Makefile.am
index 75d05dc..ce88cc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -521,31 +521,31 @@ dist_man_MANS = \
# 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)