Remove an extra @, since that line is now a continuation of the previous one.
PR: 203, part 2
This commit is contained in:
parent
262e9b70d7
commit
d4e122b36c
1 changed files with 1 additions and 1 deletions
|
@ -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"; \
|
||||
|
|
Loading…
Reference in a new issue