[nautilus-actions] Move exports/ subdirectory into data/ tree



commit b4e477a938363cadf726c74b929d82e99cc1215b
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sun Aug 15 19:46:58 2010 +0200

    Move exports/ subdirectory into data/ tree

 ChangeLog                                          |    5 +++
 configure.ac                                       |    1 +
 data/Makefile.am                                   |    4 +++
 data/exports/Makefile.am                           |   27 ++++++++++++++++++++
 data/exports/README                                |    6 ++++
 .../action-5c4fa203-b5d0_post_v1.11_type_3.xml     |    0
 .../config-4c4fa203-b5d0_post_v1.11_type_2.schema  |    0
 .../exports}/config_1af5a47e-96d9_v1.4.schemas     |    0
 .../config_2af5a47e-96d9_pre_v1.11.schemas         |    0
 .../config_3c4fa203-b5d0_post_v1.11_type_1.schemas |    0
 10 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8a1f554..98b347c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-08-15 Pierre Wieser <pwieser trychlos org>
 
+	Move exports/ subdirectory into data/ tree.
+
+	* configure.ac:
+	* data/Makefile.am: Updated accordingly.
+
 	* doc/nact/Makefile.am:	Fix PDF installation.
 
 	* src/core/na-object-profile.c (convert_pre_v3_parameters_str):
diff --git a/configure.ac b/configure.ac
index c0dd596..4310776 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,7 @@ AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_FILES([
 	Makefile
 	data/Makefile
+	data/exports/Makefile
 	doc/Makefile
 	doc/api/Makefile
 	doc/api/version.xml
diff --git a/data/Makefile.am b/data/Makefile.am
index 2a226ef..8a66012 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -26,6 +26,10 @@
 #   Pierre Wieser <pwieser trychlos org>
 #   ... and many others (see AUTHORS)
 
+SUBDIRS = \
+	exports												\
+	$(NULL)
+
 schemas_in_files = \
 	nautilus-actions-prefs.schemas.in					\
 	nautilus-actions-confs.schemas.in					\
diff --git a/data/exports/Makefile.am b/data/exports/Makefile.am
new file mode 100644
index 0000000..93cbc52
--- /dev/null
+++ b/data/exports/Makefile.am
@@ -0,0 +1,27 @@
+# Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
+#
+# Copyright (C) 2005 The GNOME Foundation
+# Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
+# Copyright (C) 2009, 2010 Pierre Wieser and others (see AUTHORS)
+#
+# This Program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This Program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this Library; see the file COPYING.  If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place,
+# Suite 330, Boston, MA 02111-1307, USA.
+#
+# Authors:
+#   Frederic Ruaudel <grumz grumz net>
+#   Rodrigo Moya <rodrigo gnome-db org>
+#   Pierre Wieser <pwieser trychlos org>
+#   ... and many others (see AUTHORS)
diff --git a/data/exports/README b/data/exports/README
new file mode 100644
index 0000000..50e4e57
--- /dev/null
+++ b/data/exports/README
@@ -0,0 +1,6 @@
+data/exports
+------------
+This directory contains examples of files exported from NACT, the
+Nautilus-Actions Configuration Tool.
+
+P. Wieser, Aug. 2010
diff --git a/exports/action-5c4fa203-b5d0_post_v1.11_type_3.xml b/data/exports/action-5c4fa203-b5d0_post_v1.11_type_3.xml
similarity index 100%
rename from exports/action-5c4fa203-b5d0_post_v1.11_type_3.xml
rename to data/exports/action-5c4fa203-b5d0_post_v1.11_type_3.xml
diff --git a/exports/config-4c4fa203-b5d0_post_v1.11_type_2.schema b/data/exports/config-4c4fa203-b5d0_post_v1.11_type_2.schema
similarity index 100%
rename from exports/config-4c4fa203-b5d0_post_v1.11_type_2.schema
rename to data/exports/config-4c4fa203-b5d0_post_v1.11_type_2.schema
diff --git a/exports/config_1af5a47e-96d9_v1.4.schemas b/data/exports/config_1af5a47e-96d9_v1.4.schemas
similarity index 100%
rename from exports/config_1af5a47e-96d9_v1.4.schemas
rename to data/exports/config_1af5a47e-96d9_v1.4.schemas
diff --git a/exports/config_2af5a47e-96d9_pre_v1.11.schemas b/data/exports/config_2af5a47e-96d9_pre_v1.11.schemas
similarity index 100%
rename from exports/config_2af5a47e-96d9_pre_v1.11.schemas
rename to data/exports/config_2af5a47e-96d9_pre_v1.11.schemas
diff --git a/exports/config_3c4fa203-b5d0_post_v1.11_type_1.schemas b/data/exports/config_3c4fa203-b5d0_post_v1.11_type_1.schemas
similarity index 100%
rename from exports/config_3c4fa203-b5d0_post_v1.11_type_1.schemas
rename to data/exports/config_3c4fa203-b5d0_post_v1.11_type_1.schemas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]