From ea9c7d1ffe06ff8b8e4af3ab769b698c45da8df9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 27 Apr 2005 10:14:46 +0000 Subject: Fix VPATH build of fetchmail-man.html. svn path=/trunk/; revision=4044 --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5b655206..0f9deb76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,10 +92,8 @@ NOTES: design-notes.html TODO: todo.html AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/todo.html >$@ || { rm -f $@ ; exit 1 ; } -# man2html no longer chokes and dies on this man page, -# but manServer.pl does a much better job. fetchmail-man.html: fetchmail.man - env - PATH=$$PATH $(srcdir)/dist-tools/manServer.pl fetchmail.man >$@ \ + env - PATH=$$PATH $(srcdir)/dist-tools/manServer.pl $(srcdir)/fetchmail.man >$@ \ || { rm -f $@ ; exit 1 ; } dist-hook: -- cgit v1.2.3