[nautilus-actions] Fix install doc



commit d761ab9986c2f78038aab7cd9ad7a1b2c504c283
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sun Aug 2 12:37:13 2009 +0200

    Fix install doc

 ChangeLog                 |   12 ++++++++++++
 Makefile.am               |   23 +++++++++++++++++++----
 NEWS                      |    9 +++++++++
 configure.ac              |    1 +
 doc/Makefile.am           |   33 +++++++++++++++++++++++++++++++++
 doc/objects-hierarchy.odg |  Bin 16462 -> 13929 bytes
 6 files changed, 74 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e9a9b72..ae61867 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-08-01 Pierre Wieser <pwieser trychlos org>
+
+	* configure.ac:
+	Update version number to 1.11.3.
+
+	* configure.ac:
+	* Makefile.am:
+	* doc/Makefile.am:
+	* doc/objects-hierarchy.odg:
+	Distribute a description of objects hierarchy.
+	Fix #...... (install doc)
+
 2009-07-30 Pierre Wieser <pwieser trychlos org>
 
 	* src/common/na-action-profile.c:
diff --git a/Makefile.am b/Makefile.am
index 00fd9b2..5917f6e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,10 +29,11 @@
 ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = \
-	m4							\
-	icons						\
-	src							\
-	po							\
+	doc					\
+	m4					\
+	icons					\
+	src					\
+	po					\
 	$(NULL)
 
 # a foo directory so that make distcheck has a vpath which is prefixed
@@ -51,3 +52,17 @@ DISTCLEANFILES = \
 	intltool-merge				\
 	intltool-update				\
 	$(NULL)
+
+docdir = $(datarootdir)/doc/@PACKAGE -@VERSION@
+
+dist_doc_DATA = \
+        AUTHORS					\
+	ChangeLog				\
+	ChangeLog-2008				\
+	COPYING					\
+	INSTALL					\
+	MAINTAINERS				\
+	NEWS					\
+	README					\
+	TODO					\
+	$(NULL)
diff --git a/NEWS b/NEWS
index e4ebe49..6c26d4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
+Version 1.11.3
+==============
+
+    Bugfixes
+
+        #...... reported by Pierre Wieser (install doc)
+ 
 Version 1.11.2
+==============
  
     Release date 2009-07-30
 
@@ -98,6 +106,7 @@ Version 1.11.0 [unstable]
 		or (Manoj Kumar Giri)
 
 Version 1.10.1
+==============
 
 	Release date 2009-05-29
 
diff --git a/configure.ac b/configure.ac
index 86f9227..3e705f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,7 @@ AC_CONFIG_HEADERS([src/config.h])
 
 AC_CONFIG_FILES([
 	Makefile
+	doc/Makefile
 	m4/Makefile
 	icons/Makefile
 	icons/16x16/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..366c83a
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,33 @@
+# 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 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)
+
+docdir = $(datarootdir)/doc/@PACKAGE -@VERSION@
+
+dist_doc_DATA = \
+        objects-hierarchy.odg			\
+	$(NULL)
diff --git a/doc/objects-hierarchy.odg b/doc/objects-hierarchy.odg
index f37862f..9c74511 100644
Binary files a/doc/objects-hierarchy.odg and b/doc/objects-hierarchy.odg differ



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