From 5547c7669c0b630775868e6ef9b07545e4466563 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jun 2010 22:38:33 +0800 Subject: [PATCH] docs.js --- docs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.js b/docs.js index 28cf1b8..6181d5f 100644 --- a/docs.js +++ b/docs.js @@ -78,6 +78,7 @@ ns_list.forEach(function(ns_name) var ns = Introspect.ns(ns_name); + // gir goes in top level... if (File.exists(ns.gir_file)) { File.copyFile(ns.gir_file, outputdir + '/'+ ns.gir_filename, Gio.FileCopyFlags.OVERWRITE); } -- 2.39.2