summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-10-01 15:06:36 +0000
committerRichard Levitte <levitte@openssl.org>2003-10-01 15:06:36 +0000
commitc076599c1826407050d60db88a35d56d36658769 (patch)
tree9ba96b820ba63c6d23a4c9fc3ae8bbfa6fb83157 /Makefile.org
parent4d8148fa98145847aacd8feea593823c2386b1b0 (diff)
Corrected misplacement of one of the greps...
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 cc8233ac4c..b7f15587e6 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -579,6 +579,7 @@ install_docs:
> $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
$(PERL) util/extract-names.pl < $$i | \
grep -v $$filecase "^$$fn\$$" | \
+ grep -v "[ ]" | \
(cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
while read n; do \
$$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
@@ -596,7 +597,6 @@ install_docs:
$(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); \