summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-10-01 15:03:15 +0000
committerRichard Levitte <levitte@openssl.org>2003-10-01 15:03:15 +0000
commitaed29ce5eaaea7460c3c43c1006e4fdc3a4c6e51 (patch)
tree835f2d8addd66bfdb94a798a0cc4bc7d5d5b6d96 /Makefile.org
parent9ad82c123a4d9b6d90904e741c0aaa7130db335f (diff)
Avoid 'file names' with spaces
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 8f278cd963..cc8233ac4c 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -595,6 +595,8 @@ install_docs:
> $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
$(PERL) util/extract-names.pl < $$i | \
grep -v $$filecase "^$$fn\$$" | \
+ grep -v "[ ]" | \
+ grep -v "[ ]" | \
(cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
while read n; do \
$$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \