summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-11 19:44:37 +0000
committerRichard Levitte <levitte@openssl.org>2003-06-11 19:44:37 +0000
commit490967195a57553c2a8f6606d2a34f86d80b0257 (patch)
treefbf411e56e4806596fb7a1fa9cc5504fa70d8055 /Makefile.org
parent606c8048a08d424663ff69045ba3f657a3e38d72 (diff)
Handle des_modes.pod properly.
PR: 634
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 141956adf5..2b9e5f8922 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -580,7 +580,7 @@ install_docs:
grep -v $$filecase "^$$fn\$$" | \
(cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
while read n; do \
- $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) $$n.$${sec}$(MANSUFFIX); \
+ $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
done); \
done; \
for i in doc/crypto/*.pod doc/ssl/*.pod; do \
@@ -596,7 +596,7 @@ install_docs:
grep -v $$filecase "^$$fn\$$" | \
(cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
while read n; do \
- $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) $$n.$${sec}$(MANSUFFIX); \
+ $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
done); \
done