Really move the docs to a new location

It turns out that library.gnome.org is looking for DOC_MODULE
when deciding how to name the directory. So, we have to change
that to gtk2/.
This commit is contained in:
Matthias Clasen 2012-09-27 20:12:21 -04:00
parent 6389671336
commit 9b61330380
6 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.decl
AUTOMAKE_OPTIONS = 1.6
# The name of the module.
DOC_MODULE=gdk
DOC_MODULE=gdk2
# The top-level SGML file.
DOC_MAIN_SGML_FILE=gdk-docs.sgml

View File

@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.decl
AUTOMAKE_OPTIONS = 1.6
# The name of the module.
DOC_MODULE=gtk
DOC_MODULE=gtk2
# The top-level SGML file.
DOC_MAIN_SGML_FILE=gtk-docs.sgml