From 4fd5939837d3e133da0dbad666c1bc601c2a2c2a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 5 Sep 2010 20:21:56 +0200 Subject: [PATCH] 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 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 -- 2.43.0