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
This commit is contained in:
fiddlosopher 2007-07-07 05:25:44 +00:00
parent 5a0ce1bcac
commit 98372ea277
3 changed files with 2 additions and 4 deletions

View file

@ -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`.

View file

@ -3,7 +3,7 @@
#-------------------------------------------------------------------------------
# Constant names and commands in source tree
#-------------------------------------------------------------------------------
CABAL := Pandoc.cabal
CABAL := pandoc.cabal
SRCDIR := src
MANDIR := man
TESTDIR := tests

View file

@ -1,4 +1,4 @@
Name: Pandoc
Name: pandoc
Version: 0.4
License: GPL
License-File: COPYING