aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-08 14:31:35 +0000
committerYang Tse <yangsita@gmail.com>2009-06-08 14:31:35 +0000
commit89f6567fda39a6b12eda8471232b8015b7169e97 (patch)
tree40ec13a80e1177c693e2f7370c844864a4a66cef
parentefec05d5810ec238137bfa1914af614e24024417 (diff)
Remove buildconf.bat from release and daily snapshot archives.
buildconf.bat is only for CVS tree builds.
-rw-r--r--Makefile.am2
-rw-r--r--ares/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6a92dc2d2..9f1a1cc4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ CMake/FindZLIB.cmake CMake/OtherTests.cmake CMake/Platforms/WindowsCache.cmake \
CMake/Utilities.cmake include/curl/curlbuild.h.cmake
EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
- curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat \
+ curl-style.el sample.emacs RELEASE-NOTES buildconf \
libcurl.pc.in vc6curl.dsw MacOSX-Framework $(CMAKE_DIST)
bin_SCRIPTS = curl-config
diff --git a/ares/Makefile.am b/ares/Makefile.am
index b8bcee81b..4c5f54623 100644
--- a/ares/Makefile.am
+++ b/ares/Makefile.am
@@ -48,7 +48,7 @@ noinst_PROGRAMS =$(PROGS)
EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \
Makefile.m32 Makefile.netware Makefile.vc6 $(man_MANS) $(MSVCFILES) \
config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \
- TODO ares_build.h.in buildconf.bat $(PDFPAGES)
+ TODO ares_build.h.in $(PDFPAGES)
CLEANFILES = $(PDFPAGES) $(HTMLPAGES)