Changed references to source directory in Makefile and pandoc.cabal.*.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1105 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
9a67a486c2
commit
2b52241928
3 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@
|
|||
# Constant names and commands in source tree
|
||||
#-------------------------------------------------------------------------------
|
||||
CABAL := pandoc.cabal
|
||||
SRCDIR := src
|
||||
SRCDIR := .
|
||||
MANDIR := man
|
||||
TESTDIR := tests
|
||||
BUILDDIR := dist
|
||||
|
|
|
@ -42,7 +42,7 @@ Library
|
|||
else
|
||||
Build-Depends: base < 3
|
||||
Build-Depends: parsec, xhtml, mtl, regex-compat, network
|
||||
Hs-Source-Dirs: src
|
||||
Hs-Source-Dirs: .
|
||||
Exposed-Modules: Text.Pandoc,
|
||||
Text.Pandoc.Blocks,
|
||||
Text.Pandoc.Definition,
|
||||
|
@ -68,7 +68,7 @@ Library
|
|||
Ghc-Prof-Options: -auto-all
|
||||
|
||||
Executable pandoc
|
||||
Hs-Source-Dirs: src
|
||||
Hs-Source-Dirs: .
|
||||
Main-Is: Main.hs
|
||||
Ghc-Options: -O2
|
||||
Ghc-Prof-Options: -auto-all
|
||||
|
|
|
@ -32,7 +32,7 @@ Description: Pandoc is a Haskell library for converting from one markup
|
|||
format. Thus, adding an input or output format requires
|
||||
only adding a reader or writer.
|
||||
Build-Depends: base, parsec, xhtml, mtl, regex-compat, network
|
||||
Hs-Source-Dirs: src
|
||||
Hs-Source-Dirs: .
|
||||
Exposed-Modules: Text.Pandoc,
|
||||
Text.Pandoc.Blocks,
|
||||
Text.Pandoc.Definition,
|
||||
|
@ -57,6 +57,6 @@ Exposed-Modules: Text.Pandoc,
|
|||
Ghc-Options: -O0
|
||||
|
||||
Executable: pandoc
|
||||
Hs-Source-Dirs: src
|
||||
Hs-Source-Dirs: .
|
||||
Main-Is: Main.hs
|
||||
Ghc-Options: -O0
|
||||
|
|
Loading…
Add table
Reference in a new issue