[systemd-commits] configure.ac docs/gudev docs/libudev
Kay Sievers
kay at kemper.freedesktop.org
Thu Apr 19 07:24:37 PDT 2012
configure.ac | 2 +-
docs/gudev/.gitignore | 1 -
docs/libudev/.gitignore | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 9e45e7d8f0d8d3f31d790f85694585d0d4b368b8
Author: Javier Jardón <jjardon at gnome.org>
Date: Thu Apr 19 15:06:25 2012 +0100
docs: do not generate tmpl files
Its not needed as all the documentation is inline source code,
not in separate *.tmpl files
diff --git a/configure.ac b/configure.ac
index 67c5e00..4632059 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ AC_PATH_PROG([M4], [m4])
# gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line
m4_ifdef([GTK_DOC_CHECK], [
-GTK_DOC_CHECK([1.18])
+GTK_DOC_CHECK([1.18],[--flavour no-tmpl])
],[ AM_CONDITIONAL([ENABLE_GTK_DOC],[false]) ])
GOBJECT_INTROSPECTION_CHECK([1.31.1])
diff --git a/docs/gudev/.gitignore b/docs/gudev/.gitignore
index a6da0cc..67ffcfd 100644
--- a/docs/gudev/.gitignore
+++ b/docs/gudev/.gitignore
@@ -14,5 +14,4 @@
/gudev.signals
/html/*
/xml/*
-/tmpl/*
/*.stamp
diff --git a/docs/libudev/.gitignore b/docs/libudev/.gitignore
index a04df47..c05d03d 100644
--- a/docs/libudev/.gitignore
+++ b/docs/libudev/.gitignore
@@ -14,5 +14,4 @@
/libudev.signals
/html/*
/xml/*
-/tmpl/*
/*.stamp
More information about the systemd-commits
mailing list