Some shells print out the directory name if CDPATH is set breaking the

pod2man test. Use ./util instead to avoid this.
This commit is contained in:
Dr. Stephen Henson 2010-01-27 16:07:17 +00:00
parent 4ba1aa393b
commit 89e56aebef

View File

@ -594,7 +594,7 @@ install_docs:
$(INSTALL_PREFIX)$(MANDIR)/man3 \
$(INSTALL_PREFIX)$(MANDIR)/man5 \
$(INSTALL_PREFIX)$(MANDIR)/man7
@pod2man="`cd util; ./pod2mantest $(PERL)`"; \
@pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
here="`pwd`"; \
filecase=; \
if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \