RT 2820: Case-insensitive filenames on Darwin
Add darwin-*-cc as one of the systems for case-insensitive filenames. Fixes the manpage install so it doesn't create looping symlinks.
This commit is contained in:
parent
d9fcd8ec4c
commit
691edc997a
@ -735,7 +735,7 @@ install_docs:
|
|||||||
@pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
|
@pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
|
||||||
here="`pwd`"; \
|
here="`pwd`"; \
|
||||||
filecase=; \
|
filecase=; \
|
||||||
case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*) \
|
case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin-*-cc) \
|
||||||
filecase=-i; \
|
filecase=-i; \
|
||||||
esac; \
|
esac; \
|
||||||
set -e; for i in doc/apps/*.pod; do \
|
set -e; for i in doc/apps/*.pod; do \
|
||||||
|
Loading…
Reference in New Issue
Block a user