[gxml] examples/js: put generated output into own directory
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] examples/js: put generated output into own directory
- Date: Fri, 23 Aug 2013 21:01:57 +0000 (UTC)
commit edf220543f610e315e3837c5a0ece0c4d63723b3
Author: Richard Schwarting <aquarichy gmail com>
Date: Fri Aug 23 10:18:46 2013 -0400
examples/js: put generated output into own directory
examples/js/Makefile.am | 2 +-
examples/js/document_save_to_path.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/js/Makefile.am b/examples/js/Makefile.am
index 447c9ac..c37ab30 100644
--- a/examples/js/Makefile.am
+++ b/examples/js/Makefile.am
@@ -1,2 +1,2 @@
-EXTRA_DIST = bookshelf.xml example.js
+EXTRA_DIST = bookshelf.xml example.js output
diff --git a/examples/js/document_save_to_path.js b/examples/js/document_save_to_path.js
index b798fc8..a86af1d 100755
--- a/examples/js/document_save_to_path.js
+++ b/examples/js/document_save_to_path.js
@@ -5,7 +5,7 @@ const Gio = imports.gi.Gio;
function saving_a_document_to_a_path () {
let doc = GXml.Document.from_path ("bookshelf.xml");
- doc.save_to_path ("bookshelf2.xml");
+ doc.save_to_path ("output/bookshelf_save_to_path.xml");
}
saving_a_document_to_a_path ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]