[libgweather] Fix the docs build



commit 3873efa01a25c84722fa3ab597e4689ed04645a8
Author: Christian Persch <chpe gnome org>
Date:   Sat Jul 3 16:50:42 2010 +0200

    Fix the docs build
    
    Follow-up from bug #623428.

 doc/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4c30709..930598f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,7 +4,10 @@
 AUTOMAKE_OPTIONS = 1.6
 
 # The name of the module, e.g. 'glib'.
-DOC_MODULE=libgweather-3.0
+DOC_MODULE = libgweather
+
+# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
+DOC_MODULE_VERSION = 3.0
 
 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
 #DOC_MODULE_VERSION=2



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