summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-04-30 23:45:53 +0000
committerAndy Polyakov <appro@openssl.org>2005-04-30 23:45:53 +0000
commit94c1672ef0c469bbed4c470a7c8c449836e6041b (patch)
tree9887555c3bdf7c18dbfe08d53af7f26b12b83a01 /Makefile.org
parent405d9761a5e023a9089bcf9ac4542deba4ab6fc2 (diff)
Cygwin/mingw sync with stable.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index a6f59dd9e5..daed6711c1 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -501,7 +501,7 @@ install_docs:
@pod2man="`cd util; ./pod2mantest $(PERL)`"; \
here="`pwd`"; \
filecase=; \
- if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" ]; then \
+ if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \
filecase=-i; \
fi; \
set -e; for i in doc/apps/*.pod; do \