[gcalctool] Fix help not being correctly installed



commit 28203a26aa8ebf53283952359524343656a7fb58
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Mar 22 16:42:00 2012 +1100

    Fix help not being correctly installed

 NEWS             |    3 ++-
 configure.ac     |    2 +-
 help/Makefile.am |    1 +
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a8845c1..13be55d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-Overview of changes in gcalctool 6.4.0
+Overview of changes in gcalctool 6.3.92.1
 
     * Fix acos/asin/atan not working
+    * Fix help not being correctly installed
 
 Overview of changes in gcalctool 6.3.92
 
diff --git a/configure.ac b/configure.ac
index 472706d..46383a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.ac)
-AM_INIT_AUTOMAKE(gcalctool, 6.3.92)
+AM_INIT_AUTOMAKE(gcalctool, 6.3.92.1)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 GNOME_MAINTAINER_MODE_DEFINES
diff --git a/help/Makefile.am b/help/Makefile.am
index 8aeef37..a96de70 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -17,6 +17,7 @@ HELP_FILES = absolute.page \
              functions.page \
              index.page \
              keyboard.page \
+             legal.xml \
              logarithm.page \
              modulus.page \
              mouse.page \



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