diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-06 13:54:43 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-06 13:54:43 +0100 |
commit | 903b0498f0996fd45edfe33078f210381c228b27 (patch) | |
tree | 9dbf4dc678de07789118f7a7625828cb3c8c8a66 /Makefile.am | |
parent | df77bb5c22b5386bdecd1ea6bb7eb35ebe01b1d6 (diff) | |
download | fetchmail-903b0498f0996fd45edfe33078f210381c228b27.tar.gz fetchmail-903b0498f0996fd45edfe33078f210381c228b27.tar.bz2 fetchmail-903b0498f0996fd45edfe33078f210381c228b27.zip |
Update documents/scripts after SVN -> Git move.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7c277226..3415a035 100644 --- a/Makefile.am +++ b/Makefile.am @@ -142,7 +142,6 @@ DISTDOCS= FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \ distdirs = rh-config contrib beos EXTRA_DIST+= $(DISTDOCS) $(distdirs) \ - ucs/README.svn \ fetchmail.spec fetchmail.xpm \ trio/CHANGES trio/README \ strlcpy.3 bighand.png \ @@ -211,7 +210,7 @@ fetchmail-man.html: fetchmail.man $(srcdir)/dist-tools/manServer.pl || { rm -f $@ ; exit 1 ; } dist-hook: - cd $(distdir) && find $(distdirs) po -name .svn -type d -prune -exec rm -rf '{}' ';' + cd $(distdir) && find $(distdirs) po -name .git -type d -prune -exec rm -rf '{}' ';' cd $(distdir) && find $(distdirs) po -name '*~' -exec rm -f '{}' ';' .PHONY: lsm |