diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 16:22:12 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 16:22:12 -0500 |
commit | 7730dfb5e1fc7e2f8b1df0eb9ef62c451a5f725f (patch) | |
tree | 1f96b7f42e8326d11be9a11f12c98ee4a30cfc70 /docs | |
parent | b0dd066bccc9bfabc3df290debc1d55dfb9596e5 (diff) |
Restructure src/ as per lu_zero
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gudev/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am index e0039e7606..848ad6a4a0 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= |