Commit 8c4a5016 authored by Richard Levitte's avatar Richard Levitte
Browse files

Our copy of pod2man.pl is old and comparatively broken, so lets remove it.

PR: 30
parent 10562758
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -733,7 +733,7 @@ install_docs:
		if [ "$$fn" = "config" ]; then sec=5; else sec=1; fi; \
		echo "installing man$$sec/`basename $$i .pod`.$$sec"; \
		(cd `dirname $$i`; \
		$(PERL) ../../util/pod2man.pl --section=$$sec --center=OpenSSL \
		pod2man --section=$$sec --center=OpenSSL \
			--release=$(VERSION) `basename $$i`) \
			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/`basename $$i .pod`.$$sec; \
	done
@@ -742,7 +742,7 @@ install_docs:
		if [ "$$fn" = "des_modes" ]; then sec=7; else sec=3; fi; \
		echo "installing man$$sec/`basename $$i .pod`.$$sec"; \
		(cd `dirname $$i`; \
		$(PERL) ../../util/pod2man.pl --section=$$sec --center=OpenSSL \
		pod2man --section=$$sec --center=OpenSSL \
			--release=$(VERSION) `basename $$i`) \
			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/`basename $$i .pod`.$$sec; \
	done

util/pod2man.pl

deleted100755 → 0
+0 −1183

File deleted.

Preview size limit exceeded, changes collapsed.