projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
262e9b7
)
Remove an extra @, since that line is now a continuation of the previous one.
author
Richard Levitte
<levitte@openssl.org>
Fri, 9 Aug 2002 07:37:28 +0000
(07:37 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 9 Aug 2002 07:37:28 +0000
(07:37 +0000)
PR: 203, part 2
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 72e986d667e20225972612982a4305caa1911fa0..f3255abb9b2a8fdb6040949ff1b232fe4b21ceaf 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-697,7
+697,7
@@
install_docs:
--release=$(VERSION) `basename $$i`") \
> $(INSTALL_PREFIX)$(MANDIR)/man$$sec/`basename $$i .pod`.$$sec; \
done; \
-
@
for i in doc/crypto/*.pod doc/ssl/*.pod; do \
+ for i in doc/crypto/*.pod doc/ssl/*.pod; do \
fn=`basename $$i .pod`; \
if [ "$$fn" = "des_modes" ]; then sec=7; else sec=3; fi; \
echo "installing man$$sec/`basename $$i .pod`.$$sec"; \