[evince] build: Fix the API reference build



commit 4fd5939837d3e133da0dbad666c1bc601c2a2c2a
Author: Christian Persch <chpe gnome org>
Date:   Sun Sep 5 20:21:56 2010 +0200

    build: Fix the API reference build

 help/reference/libdocument/Makefile.am |    3 +--
 help/reference/libview/Makefile.am     |    4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am
index db0ba10..e1c6ba3 100644
--- a/help/reference/libdocument/Makefile.am
+++ b/help/reference/libdocument/Makefile.am
@@ -7,12 +7,11 @@ AUTOMAKE_OPTIONS = 1.10
 # of using the various options.
 
 # The name of the module, e.g. 'glib'.
-DOC_MODULE = libevdocument3
+DOC_MODULE = libevdocument
 
 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
 DOC_MODULE_VERSION = $(EV_API_VERSION)
 
-
 # The top-level SGML file. You can change this if you want to.
 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
 
diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am
index 2c7453c..eb56848 100644
--- a/help/reference/libview/Makefile.am
+++ b/help/reference/libview/Makefile.am
@@ -7,12 +7,12 @@ AUTOMAKE_OPTIONS = 1.10
 # of using the various options.
 
 # The name of the module, e.g. 'glib'.
-DOC_MODULE = libevview3
+DOC_MODULE = libevview
 
 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
+# DOC_MODULE_VERSION = $(EV_API_VERSION)
 DOC_MODULE_VERSION = $(EV_API_VERSION)
 
-
 # The top-level SGML file. You can change this if you want to.
 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
 



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