From: Richard Levitte Date: Fri, 9 Aug 2002 07:39:57 +0000 (+0000) Subject: Since we moved the pod2man check to be outside the loop, the path to it is different. X-Git-Tag: OpenSSL_0_9_6g~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67df1b61393897f01e0114da8b265b614565864e;p=openssl Since we moved the pod2man check to be outside the loop, the path to it is different. PR: 203, part 3 --- diff --git a/Makefile.org b/Makefile.org index f3255abb9b..ba6a1ec45e 100644 --- a/Makefile.org +++ b/Makefile.org @@ -686,7 +686,7 @@ install_docs: $(INSTALL_PREFIX)$(MANDIR)/man3 \ $(INSTALL_PREFIX)$(MANDIR)/man5 \ $(INSTALL_PREFIX)$(MANDIR)/man7 - @pod2man=`cd ../../util; ./pod2mantest ignore`; \ + @pod2man=`cd util; ./pod2mantest ignore`; \ for i in doc/apps/*.pod; do \ fn=`basename $$i .pod`; \ if [ "$$fn" = "config" ]; then sec=5; else sec=1; fi; \