[nautilus-actions] Create Makefile.am for docs/nact



commit c84a222ad7cd3f5eb1c927eec77cdffbbeb3bda9
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri Jul 30 00:31:14 2010 +0200

    Create Makefile.am for docs/nact

 ChangeLog             |    5 +++++
 configure.ac          |    1 +
 docs/Makefile.am      |    4 ++++
 docs/nact/Makefile.am |   27 +++++++++++++++++++++++++++
 4 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 05d79f5..750e4f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-07-29 Pierre Wieser <pwieser trychlos org>
 
+	* docs/nact/Makefile.am: New file.
+
+	* configure.ac:
+	* docs/Makefile.am: Updated accordingly.
+
 	Create NACT user's manual skeleton.
 	
 	* docs/nact/C/appendix-feedback.xml:
diff --git a/configure.ac b/configure.ac
index 70a207e..86a012f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,7 @@ AC_CONFIG_FILES([
 	Makefile
 	data/Makefile
 	docs/Makefile
+	docs/nact/Makefile
 	m4/Makefile
 	icons/Makefile
 	icons/16x16/Makefile
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 9c89b58..aedb8d3 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -26,6 +26,10 @@
 #   Pierre Wieser <pwieser trychlos org>
 #   ... and many others (see AUTHORS)
 
+subdirs = \
+	nact								\
+	$(NULL)
+
 pkgdocdir = $(datarootdir)/doc/@PACKAGE -@VERSION@
 
 dist_pkgdoc_DATA = \
diff --git a/docs/nact/Makefile.am b/docs/nact/Makefile.am
new file mode 100644
index 0000000..93cbc52
--- /dev/null
+++ b/docs/nact/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)



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