diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2011-09-02 16:58:55 +0200 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2011-09-02 16:58:55 +0200 |
commit | b8cc97643e3757f7a9efe8470b305de45829e26a (patch) | |
tree | ab0499ec0c3c0f91cf892d2bf8d7f6103ae347c1 /docs | |
parent | 7c07e1b801b924fb5327d87db30124447b62dd76 (diff) |
Big rename step #1: remove "glib" from filenames.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/ytstenut/Makefile.am (renamed from docs/reference/ytstenut-glib/Makefile.am) | 8 | ||||
-rw-r--r-- | docs/reference/ytstenut/ytstenut-docs.xml.in (renamed from docs/reference/ytstenut-glib/ytstenut-glib-docs.xml.in) | 2 | ||||
-rw-r--r-- | docs/reference/ytstenut/ytstenut-sections.txt (renamed from docs/reference/ytstenut-glib/ytstenut-glib-sections.txt) | 0 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 4811c54..f1729f5 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -2,5 +2,5 @@ SUBDIRS = if BUILD_GTK_DOC - SUBDIRS += ytstenut-glib + SUBDIRS += ytstenut endif diff --git a/docs/reference/ytstenut-glib/Makefile.am b/docs/reference/ytstenut/Makefile.am index 6924ba9..65a989e 100644 --- a/docs/reference/ytstenut-glib/Makefile.am +++ b/docs/reference/ytstenut/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.6 # The name of the module, e.g. 'glib'. -DOC_MODULE=ytstenut-glib +DOC_MODULE=ytstenut # Uncomment for versioned docs and specify the version of the module, e.g. '2'. #DOC_MODULE_VERSION=$(YTSG_VERSION) @@ -14,7 +14,7 @@ DOC_MODULE=ytstenut-glib DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml # Directories containing the source code, relative to $(srcdir). -DOC_SOURCE_DIR=../../../ytstenut-glib +DOC_SOURCE_DIR=../../../ytstenut # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS=--type-init-func="ytsg_init (NULL, NULL)" @@ -77,8 +77,8 @@ expand_content_files= # signals and properties. # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -INCLUDES=-I$(top_srcdir)/ytstenut-glib $(YTSG_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/ytstenut-glib/libytstenut-glib-@YTSG_API_VERSION@.la $(YTSG_LIBS) +INCLUDES=-I$(top_srcdir)/ytstenut $(YTSG_CFLAGS) +GTKDOC_LIBS=$(top_builddir)/ytstenut/libytstenut-@YTSG_API_VERSION@.la $(YTSG_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make diff --git a/docs/reference/ytstenut-glib/ytstenut-glib-docs.xml.in b/docs/reference/ytstenut/ytstenut-docs.xml.in index 5c77cbe..2be0605 100644 --- a/docs/reference/ytstenut-glib/ytstenut-glib-docs.xml.in +++ b/docs/reference/ytstenut/ytstenut-docs.xml.in @@ -7,7 +7,7 @@ <book id="ytsg" xmlns:xi="http://www.w3.org/2003/XInclude"> <bookinfo> <title>Ytstenut-glib</title> - <releaseinfo>For ytstenut-glib &version;</releaseinfo> + <releaseinfo>For ytstenut &version;</releaseinfo> <copyright> <year>2011</year> diff --git a/docs/reference/ytstenut-glib/ytstenut-glib-sections.txt b/docs/reference/ytstenut/ytstenut-sections.txt index 04ff0ba..04ff0ba 100644 --- a/docs/reference/ytstenut-glib/ytstenut-glib-sections.txt +++ b/docs/reference/ytstenut/ytstenut-sections.txt |