diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-01-31 17:13:21 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-01-31 17:13:21 +0000 |
commit | 71ab63e0ba4acc8455d1f7aae55bfa4e89b5cdaf (patch) | |
tree | 66b2f93c3f64cf83a9fda3c5ce21735585c48f1d | |
parent | 155809d220e1b030409f584f032a341f13612e38 (diff) | |
download | pandoc-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # Constant names and commands in source tree #------------------------------------------------------------------------------- CABAL := pandoc.cabal -SRCDIR := . +SRCDIR := src MANDIR := man TESTDIR := tests BUILDDIR := dist |