From 98372ea277e698c44ed192d56fff68a041233315 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sat, 7 Jul 2007 05:25:44 +0000
Subject: [PATCH] Renamed Pandoc.cabal -> pandoc.cabal, for better
 compatibility with HackageDB, which likes the cabal file to have the same
 name as the tarball.  Modified references to Pandoc.cabal in INSTALL and
 Makefile.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@631 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 INSTALL                      | 2 --
 Makefile                     | 2 +-
 Pandoc.cabal => pandoc.cabal | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)
 rename Pandoc.cabal => pandoc.cabal (98%)

diff --git a/INSTALL b/INSTALL
index dc72f6dc0..6e0e3d1e2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -85,8 +85,6 @@ but are documented here for packagers and developers:
 
 * `configure`:  Performs the needed preprocessing to create a proper
   Cabal package for Pandoc:
-    - Builds `Pandoc.cabal` from `Pandoc.cabal.in`, using
-      the shell script `cabalize`.  
     - Builds `ASCIIMathML.hs`, `DefaultHeaders.hs`, and `S5.hs`
       from templates in `src/templates` and data in `src/ASCIIMathML.js`,
       `src/ui`, and `src/headers`.
diff --git a/Makefile b/Makefile
index 0e3ae2226..4e15055d6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 #-------------------------------------------------------------------------------
 # Constant names and commands in source tree
 #-------------------------------------------------------------------------------
-CABAL     := Pandoc.cabal
+CABAL     := pandoc.cabal
 SRCDIR    := src
 MANDIR    := man
 TESTDIR   := tests
diff --git a/Pandoc.cabal b/pandoc.cabal
similarity index 98%
rename from Pandoc.cabal
rename to pandoc.cabal
index a71b9a290..f7fb68e37 100644
--- a/Pandoc.cabal
+++ b/pandoc.cabal
@@ -1,4 +1,4 @@
-Name:            Pandoc
+Name:            pandoc
 Version:         0.4
 License:         GPL
 License-File:    COPYING