aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-07-04 08:59:25 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-07-04 08:59:25 +0000
commitbf12a1de64508d72adbcc08ffbe4cb212260a6d6 (patch)
treeb35777cf011da37c58d8df140c4c84f3a091b594 /Makefile.am
parentf96409239f64555a4eb846dcaa898ef7d77712a8 (diff)
downloadfetchmail-bf12a1de64508d72adbcc08ffbe4cb212260a6d6.tar.gz
fetchmail-bf12a1de64508d72adbcc08ffbe4cb212260a6d6.tar.bz2
fetchmail-bf12a1de64508d72adbcc08ffbe4cb212260a6d6.zip
Add Doxyfile to allow generation of documentation with Dimitri Heesch's great
doxygen tool. Note though that the documentation is not yet complete. svn path=/branches/BRANCH_6-3/; revision=4860
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
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; }