diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:45:12 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:45:12 +0000 |
commit | 7696fa59dd9e7c35388ce741006b14277095de30 (patch) | |
tree | a650bc67071f0db352158a41247ed35de34a13c4 /Makefile.am | |
parent | cabbd0c9ca318c55e45af5a9aa0d01fce936ccd4 (diff) | |
download | fetchmail-7696fa59dd9e7c35388ce741006b14277095de30.tar.gz fetchmail-7696fa59dd9e7c35388ce741006b14277095de30.tar.bz2 fetchmail-7696fa59dd9e7c35388ce741006b14277095de30.zip |
Generate fetchmailconf from Makefile to expand ${prefix} properly.
svn path=/trunk/; revision=4223
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7d969b3b..2a9998e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,9 @@ EXTRA_DIST= $(DISTDOCS) fetchmail.spec $(distdirs) ucs/README.svn \ trio/CHANGES trio/README strlcpy.3 \ m4-local/ac-archive-license.txt m4-local/ac_ma_search_package.m4 +fetchmailconf: + ( echo '#! /bin/sh' && echo 'exec @PYTHON@ @pythondir@/fetchmailconf.py "$$@"' ) >$@ || { rm -f $@ ; exit 1; } + FAQ: fetchmail-FAQ.html AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@ || { rm -f $@ ; exit 1 ; } |