From c771d622ecdeccf2784529e63225936f44fb36d8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Jun 2010 18:36:23 +0800 Subject: [PATCH] docs.js --- docs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.js b/docs.js index 61ecdec..c8faf5c 100644 --- a/docs.js +++ b/docs.js @@ -178,5 +178,6 @@ langs.forEach(function(lang) { Link : Link, // lang specifc? }); Gio.simple_write(outputdir + '/' + lang.name + '/index.html', ix_template.process(ns_idx)); - File.silentRecursiveCopy(__script_path__ + '/templates/resources/', outputdir + '/' lang.name , Gio.FileCopyFlags.OVERWRITE); + File.silentRecursiveCopy(__script_path__ + '/templates/resources/', + outputdir + '/' lang.name , Gio.FileCopyFlags.OVERWRITE); }); \ No newline at end of file -- 2.39.2