From: Christian Persch Date: Sun, 5 Sep 2010 18:21:56 +0000 (+0200) Subject: build: Fix the API reference build X-Git-Tag: EVINCE_2_91_0~56 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=4fd5939837d3e133da0dbad666c1bc601c2a2c2a;p=evince.git build: Fix the API reference build --- diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am index db0ba10b..e1c6ba32 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 2c7453cb..eb568486 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