Commit d4e122b3 authored by Richard Levitte's avatar Richard Levitte
Browse files

Remove an extra @, since that line is now a continuation of the previous one.

PR: 203, part 2
parent 262e9b70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"; \