From 67df1b61393897f01e0114da8b265b614565864e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 9 Aug 2002 07:39:57 +0000 Subject: [PATCH] Since we moved the pod2man check to be outside the loop, the path to it is different. PR: 203, part 3 --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.25.1