diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-12-23 16:45:59 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-12-23 16:45:59 +0100 |
commit | 4260a265b2da01ba1a9757ffb2693db898349ecc (patch) | |
tree | d6e326fc88b261298d1c4f5f730e16e78a706cc5 /Makefile.am | |
parent | 5c7da5cc729148aace14fdf4b088554bddb7447c (diff) | |
download | fetchmail-4260a265b2da01ba1a9757ffb2693db898349ecc.tar.gz fetchmail-4260a265b2da01ba1a9757ffb2693db898349ecc.tar.bz2 fetchmail-4260a265b2da01ba1a9757ffb2693db898349ecc.zip |
Remove LSM-related stuff from the distribution.
IBiblio no longer accepts submissions, and considers itself an archive.
There is no point in our carrying forward any related material, if
needed for reference purposes, it can be fetched from older versions in
the Git repository.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 6f247dae..d6e27845 100644 --- a/Makefile.am +++ b/Makefile.am @@ -222,10 +222,6 @@ dist-hook: cd $(distdir) && find $(distdirs) po -name .git -type d -prune -exec rm -rf '{}' ';' cd $(distdir) && find $(distdirs) po -name '*~' -exec rm -f '{}' ';' -.PHONY: lsm -lsm: genlsm.sh dist - $(SHELL) genlsm.sh >$(PACKAGE)-$(VERSION).lsm - # this target expects a .rsyncs file with lines of this format: # host:directory/ # it will call rsync from its source directory to the destination for |