[gspell] docs: rename DOC_MODULE to gspell-1.0



commit ba0927c47d5702768191ed152d0b2da12e4ca648
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Nov 18 13:56:19 2015 +0100

    docs: rename DOC_MODULE to gspell-1.0
    
    To show the API online at:
    developer.gnome.org
    
    For library-web, it's simpler if the DOC_MODULE follows the scheme:
    $name-$major.$minor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758273

 docs/reference/Makefile.am                         |    8 ++++----
 ...spell1-sections.txt => gspell-1.0-sections.txt} |    0
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 30d78e0..d6bc321 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -2,7 +2,7 @@
 AUTOMAKE_OPTIONS = 1.6
 
 # The name of the module.
-DOC_MODULE = gspell1
+DOC_MODULE = gspell-1.0
 
 # The top-level XML file (SGML in the past).
 DOC_MAIN_SGML_FILE = gspell-docs.xml
@@ -45,9 +45,9 @@ FIXXREF_OPTIONS =                                                     \
 GTKDOC_CFLAGS = -I$(top_srcdir) $(DEP_CFLAGS)
 GTKDOC_LIBS = $(top_builddir)/gspell/libgspell-1.la $(DEP_LIBS)
 
-MAINTAINERCLEANFILES =         \
-       gspell1-overrides.txt   \
-       gspell1.types
+MAINTAINERCLEANFILES =                 \
+       gspell-1.0-overrides.txt        \
+       gspell-1.0.types
 
 # include common portion ...
 include $(top_srcdir)/gtk-doc.make
diff --git a/docs/reference/gspell1-sections.txt b/docs/reference/gspell-1.0-sections.txt
similarity index 100%
rename from docs/reference/gspell1-sections.txt
rename to docs/reference/gspell-1.0-sections.txt


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