summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-08-11 10:57:05 +0200
committerRichard Hughes <richard@hughsie.com>2011-08-11 11:02:36 +0200
commitbe1279e794f9e58a517196850ccfea4719cb2720 (patch)
tree03bef7a76e4ac7788c7755aa078e55e1e92b7bf5 /docs
parent58a3d9a7927d385a4d6d04cdc6113bd570295246 (diff)
downloadgusb-be1279e794f9e58a517196850ccfea4719cb2720.tar.gz
Fix building the gtk-docs
Diffstat (limited to 'docs')
-rw-r--r--docs/api/Makefile.am12
-rw-r--r--docs/api/gusb-docs.sgml2
2 files changed, 8 insertions, 6 deletions
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
index 7aafad6..b409022 100644
--- a/docs/api/Makefile.am
+++ b/docs/api/Makefile.am
@@ -14,7 +14,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
-DOC_SOURCE_DIR=../../libgusb
+DOC_SOURCE_DIR=../../gusb
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
@@ -32,8 +32,8 @@ MKTMPL_OPTIONS=
FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change.
-HFILE_GLOB=$(top_srcdir)/libgusb/gusb-*.h
-CFILE_GLOB=$(top_srcdir)/libgusb/gusb-*.c
+HFILE_GLOB=$(top_srcdir)/gusb/gusb-*.h
+CFILE_GLOB=$(top_srcdir)/gusb/gusb-*.c
# Header files to ignore when scanning.
IGNORE_HFILES = \
@@ -60,11 +60,11 @@ expand_content_files=
# signals and properties.
INCLUDES = \
$(GLIB_CFLAGS) \
- -I$(top_builddir)/libgusb \
- -I$(top_srcdir)/libgusb \
+ -I$(top_builddir)/gusb \
+ -I$(top_srcdir)/gusb \
$(NULL)
-GUSB_LIBS = $(top_builddir)/libgusb/libgusb.la
+GUSB_LIBS = $(top_builddir)/gusb/libgusb.la
GTKDOC_LIBS = \
$(GLIB_LIBS) \
diff --git a/docs/api/gusb-docs.sgml b/docs/api/gusb-docs.sgml
index 3189c57..4e3acc9 100644
--- a/docs/api/gusb-docs.sgml
+++ b/docs/api/gusb-docs.sgml
@@ -48,6 +48,8 @@
</partintro>
<xi:include href="xml/gusb-context.xml"/>
<xi:include href="xml/gusb-source.xml"/>
+ <xi:include href="xml/gusb-device.xml"/>
+ <xi:include href="xml/gusb-device-list.xml"/>
</reference>
<reference id="libgusb-helpers">