aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-01-31 17:13:21 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-01-31 17:13:21 +0000
commit71ab63e0ba4acc8455d1f7aae55bfa4e89b5cdaf (patch)
tree66b2f93c3f64cf83a9fda3c5ce21735585c48f1d
parent155809d220e1b030409f584f032a341f13612e38 (diff)
downloadpandoc-71ab63e0ba4acc8455d1f7aae55bfa4e89b5cdaf.tar.gz
Changed srcdir in Makefile.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1530 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b728cacf4..e6972ac50 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# Constant names and commands in source tree
#-------------------------------------------------------------------------------
CABAL := pandoc.cabal
-SRCDIR := .
+SRCDIR := src
MANDIR := man
TESTDIR := tests
BUILDDIR := dist