From 46a1d786396662b42d5359a16abb817ed889132b Mon Sep 17 00:00:00 2001
From: Kyle Mathews <mathews.kyle@gmail.com>
Date: Thu, 26 May 2011 09:58:04 -0700
Subject: [PATCH] Don't break drush make setups.

---
 README.txt              |    2 +-
 apachesolr.make         |   12 ------------
 apachesolr.make.example |   12 ++++++++++++
 3 files changed, 13 insertions(+), 13 deletions(-)
 delete mode 100644 apachesolr.make
 create mode 100644 apachesolr.make.example

diff --git a/README.txt b/README.txt
index 012a34b..cdb1c8d 100644
--- a/README.txt
+++ b/README.txt
@@ -32,7 +32,7 @@ found at:  http://code.google.com/p/solr-php-client/
 
 If you use drush make, run this command from the apachesolr module directory:
 
-drush make --no-core -y  --contrib-destination=. apachesolr.make
+drush make --no-core -y  --contrib-destination=. apachesolr.make.example
 
 Otherwise, from the apachesolr module directory, run this command:
 
diff --git a/apachesolr.make b/apachesolr.make
deleted file mode 100644
index 4b59865..0000000
--- a/apachesolr.make
+++ /dev/null
@@ -1,12 +0,0 @@
-;
-; drush make --no-core -y  --contrib-destination=. apachesolr.make
-
-core = 6.x
-api = 2
-
-
-libraries[SolrPhpClient][download][type] = "file"
-libraries[SolrPhpClient][download][url] = "http://solr-php-client.googlecode.com/files/SolrPhpClient.r22.2009-11-09.tgz"
-libraries[SolrPhpClient][download][sha1] = "32fa0e387c92d02fe4da4ca2ebbbeddb2d6ce0a8"
-libraries[SolrPhpClient][destination] = "."
-
diff --git a/apachesolr.make.example b/apachesolr.make.example
new file mode 100644
index 0000000..4b59865
--- /dev/null
+++ b/apachesolr.make.example
@@ -0,0 +1,12 @@
+;
+; drush make --no-core -y  --contrib-destination=. apachesolr.make
+
+core = 6.x
+api = 2
+
+
+libraries[SolrPhpClient][download][type] = "file"
+libraries[SolrPhpClient][download][url] = "http://solr-php-client.googlecode.com/files/SolrPhpClient.r22.2009-11-09.tgz"
+libraries[SolrPhpClient][download][sha1] = "32fa0e387c92d02fe4da4ca2ebbbeddb2d6ce0a8"
+libraries[SolrPhpClient][destination] = "."
+
-- 
1.7.4.1

