diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-06 23:04:02 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-06 23:04:02 +0100 |
commit | 611ec0a19021ef04dc273df543b40a6352543cbb (patch) | |
tree | 6f525e9ac18d4938983b02b6236ca156e2be2bf1 /Makefile.am | |
parent | de0410fe9a6f8d5d24a90c12b0e7a335ad6a26b9 (diff) | |
download | curl-611ec0a19021ef04dc273df543b40a6352543cbb.tar.gz |
emacs files: remove from git and dist
We don't need them and I doubt many people used them. We also don't have
any configs for other editors and we wouldn't want that.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 484e4df20..cbe983ffd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -34,9 +34,9 @@ WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \ winbuild/MakefileBuild.vc winbuild/Makefile.vc EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ - curl-style.el sample.emacs RELEASE-NOTES buildconf \ - libcurl.pc.in vc6curl.dsw MacOSX-Framework Android.mk $(CMAKE_DIST) \ - Makefile.msvc.names $(WINBUILD_DIST) lib/libcurl.vers.in + RELEASE-NOTES buildconf libcurl.pc.in vc6curl.dsw MacOSX-Framework \ + Android.mk $(CMAKE_DIST) Makefile.msvc.names $(WINBUILD_DIST) \ + lib/libcurl.vers.in bin_SCRIPTS = curl-config |