]> www.fi.muni.cz Git - evince.git/commitdiff
build: Fix the API reference build
authorChristian Persch <chpe@gnome.org>
Sun, 5 Sep 2010 18:21:56 +0000 (20:21 +0200)
committerChristian Persch <chpe@gnome.org>
Sun, 5 Sep 2010 18:21:56 +0000 (20:21 +0200)
help/reference/libdocument/Makefile.am
help/reference/libview/Makefile.am

index db0ba10b1bbfc5a8757f24ccb304f9e956aad99a..e1c6ba322d41d72e798c17c87305c32b5068c598 100644 (file)
@@ -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
 
index 2c7453cb20bcf95f441971f66b74e074857a8174..eb56848676a2e4aba0ea005ea7ac47c34beab20c 100644 (file)
@@ -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