From 89f6567fda39a6b12eda8471232b8015b7169e97 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 8 Jun 2009 14:31:35 +0000 Subject: [PATCH] Remove buildconf.bat from release and daily snapshot archives. buildconf.bat is only for CVS tree builds. --- Makefile.am | 2 +- ares/Makefile.am | 2 +- 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)