summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 02:02:38 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 02:02:38 +0000
commit2b52241928890e48a30bf243a71282be5348a938 (patch)
tree350bdcc372a58b7fb6289e8c07b4cde40820c32b /Makefile
parent9a67a486c2dc98d14d9687ceb4b01befa09114df (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2563f78c9..6c0d6ee15 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# Constant names and commands in source tree
#-------------------------------------------------------------------------------
CABAL := pandoc.cabal
-SRCDIR := src
+SRCDIR := .
MANDIR := man
TESTDIR := tests
BUILDDIR := dist