Changed srcdir in Makefile.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1530 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
155809d220
commit
71ab63e0ba
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@
|
||||||
# Constant names and commands in source tree
|
# Constant names and commands in source tree
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
CABAL := pandoc.cabal
|
CABAL := pandoc.cabal
|
||||||
SRCDIR := .
|
SRCDIR := src
|
||||||
MANDIR := man
|
MANDIR := man
|
||||||
TESTDIR := tests
|
TESTDIR := tests
|
||||||
BUILDDIR := dist
|
BUILDDIR := dist
|
||||||
|
|
Loading…
Reference in a new issue