diff --git a/Cakefile b/Cakefile index 6bffe0d0..e451132c 100644 --- a/Cakefile +++ b/Cakefile @@ -15,8 +15,8 @@ task 'install', 'install the `docco` command into /usr/local (or --prefix)', (op base = options.prefix or '/usr/local' lib = base + '/lib/docco' exec([ - 'mkdir -p ' + lib - 'cp -rf bin README resources lib ' + lib + 'mkdir -p ' + lib + ' ' + base + '/bin' + 'cp -rf bin README resources ' + lib 'ln -sf ' + lib + '/bin/docco ' + base + '/bin/docco' ].join(' && '), (err, stdout, stderr) -> if err then console.error stderr diff --git a/docco.js b/docco.js index 82976931..36b7781b 100644 --- a/docco.js +++ b/docco.js @@ -161,7 +161,7 @@ css: null, extension: null, languages: {}, - marked: {} + marked: null }; configure = function(options) { diff --git a/docco.litcoffee b/docco.litcoffee index c236bf7b..ae7f279b 100644 --- a/docco.litcoffee +++ b/docco.litcoffee @@ -225,7 +225,7 @@ user-specified options. css: null extension: null languages: {} - marked: {} + marked: null **Configure** this particular run of Docco. We might use a passed-in external template, or one of the built-in **layouts**. We only attempt to process