[hitori] Remove the documentation credits



commit 8e16b0460bdbf0988b0b706b38e94abc4cd4371f
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Jul 14 20:22:54 2010 +0100

    Remove the documentation credits
    
    They're unsupported by Mallard, which we're porting to, and it was only
    my name anyway. Helps: bgo#624308

 help/Makefile.am |    3 ---
 src/interface.c  |    2 --
 2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/help/Makefile.am b/help/Makefile.am
index ea401c3..9a77ee1 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -3,13 +3,10 @@ dist-hook: doc-dist-hook
 
 DOC_MODULE = hitori
 DOC_ENTITIES = 
-DOC_H_FILE = hitori-docs.h
-DOC_H_DOCS = C/hitori.xml
 DOC_INCLUDES = legal.xml
 DOC_FIGURES = figures/hitori_main_window.png
 DOC_LINGUAS = cs da de en_GB es sv zh_CN
 
 EXTRA_DIST = ChangeLog.pre-0-2-2
-GITIGNOREFILES = hitori-docs.h
 
 -include $(top_srcdir)/git.mk
diff --git a/src/interface.c b/src/interface.c
index fcf076d..1200e34 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -524,7 +524,6 @@ hitori_contents_cb (GtkAction *action, Hitori *hitori)
 void
 hitori_about_cb (GtkAction *action, Hitori *hitori)
 {
-	#include "../help/hitori-docs.h"
 	gchar *license;
 	const gchar *authors[] =
 	{
@@ -556,7 +555,6 @@ hitori_about_cb (GtkAction *action, Hitori *hitori)
 				"copyright", _("Copyright \xc2\xa9 2007\342\200\2232009 Philip Withnall"),
 				"comments", _("A logic puzzle designed by Nikoli."),
 				"authors", authors,
-				"documenters", documentation_credits,
 				"translator-credits", _("translator-credits"),
 				"logo-icon-name", "hitori",
 				"license", license,



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