diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-04-27 10:14:46 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-04-27 10:14:46 +0000 |
commit | ea9c7d1ffe06ff8b8e4af3ab769b698c45da8df9 (patch) | |
tree | 088293e6de6a8622f547b37efabda31282092bf2 | |
parent | 278d9d2f6b7686d6e93b21d18472672cad094bc1 (diff) | |
download | fetchmail-ea9c7d1ffe06ff8b8e4af3ab769b698c45da8df9.tar.gz fetchmail-ea9c7d1ffe06ff8b8e4af3ab769b698c45da8df9.tar.bz2 fetchmail-ea9c7d1ffe06ff8b8e4af3ab769b698c45da8df9.zip |
Fix VPATH build of fetchmail-man.html.
svn path=/trunk/; revision=4044
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
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: |