diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gudev/Makefile.am | 5 | ||||
-rw-r--r-- | docs/gudev/version.xml | 1 | ||||
-rw-r--r-- | docs/libudev/version.xml | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am index 57334b6ddc..3fba8ea479 100644 --- a/docs/gudev/Makefile.am +++ b/docs/gudev/Makefile.am @@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=$(top_srcdir)/src/gudev $(top_builddir)/src/gudev +DOC_SOURCE_DIR=$(top_srcdir)/src/gudev # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= @@ -92,7 +92,8 @@ GTKDOC_CFLAGS = \ GTKDOC_LIBS = \ $(GLIB_LIBS) \ - $(top_builddir)/libgudev-1.0.la + $(top_builddir)/src/gudev/libgudev-1.0.la \ + $(top_builddir)/src/udev/libudev-core.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/docs/gtk-doc.make diff --git a/docs/gudev/version.xml b/docs/gudev/version.xml new file mode 100644 index 0000000000..49d59571fb --- /dev/null +++ b/docs/gudev/version.xml @@ -0,0 +1 @@ +0.1 diff --git a/docs/libudev/version.xml b/docs/libudev/version.xml new file mode 100644 index 0000000000..49d59571fb --- /dev/null +++ b/docs/libudev/version.xml @@ -0,0 +1 @@ +0.1 |