Commit 67df1b61 authored by Richard Levitte's avatar Richard Levitte
Browse files

Since we moved the pod2man check to be outside the loop, the path to it is different.

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