diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-15 13:22:21 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-15 13:22:21 +0200 |
commit | 26812f0a13eacb8615f66f9048cd9575b2b8a2cf (patch) | |
tree | 9d129e5bd43f31eaa83b1b7bf5a70a47b182c21b /configure.ac | |
parent | 7e8ea3320d194f34393224e4cecb39fbc8c94e57 (diff) |
libudev: add gtk-doc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 85ca34aec6..dd6161738a 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ dnl AM_SILENT_RULES AC_SYS_LARGEFILE AC_CONFIG_MACRO_DIR([m4]) AC_PROG_LIBTOOL +GTK_DOC_CHECK(1.10) dnl /* prefix is /usr, exec_prefix is /, if overridden exec_prefix follows prefix */ AC_PREFIX_DEFAULT([/usr]) @@ -70,6 +71,8 @@ AC_CONFIG_FILES([ Makefile libudev/Makefile libudev/libudev.pc + libudev/docs/Makefile + libudev/docs/version.xml udev/Makefile rules/Makefile extras/Makefile |