Since we moved the pod2man check to be outside the loop, the path to it is different.
authorRichard Levitte <levitte@openssl.org>
Fri, 9 Aug 2002 07:39:57 +0000 (07:39 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 9 Aug 2002 07:39:57 +0000 (07:39 +0000)
PR: 203, part 3

Makefile.org

index f3255abb9b2a8fdb6040949ff1b232fe4b21ceaf..ba6a1ec45e973103282be33a41bdcd4d2613a79c 100644 (file)
@@ -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; \