diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5828fe6c..c866488c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,7 +143,8 @@ EXTRA_DIST+= $(DISTDOCS) fetchmail.spec $(distdirs) ucs/README.svn \ m4-local/autobuild.m4 \ t.smoke t.rc \ dist-tools/html2txt \ - dist-tools/manServer.pl + dist-tools/manServer.pl \ + Doxyfile fetchmailconf: ( echo '#! /bin/sh' && echo 'exec @PYTHON@ @pythondir@/fetchmailconf.py "$$@"' ) >$@ || { rm -f $@ ; exit 1; } |