summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-08-20 01:24:01 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-08-19 17:30:04 +0200
commit58a25dac28b14b798299935ed0fd400965da4623 (patch)
tree9958f9dcd96fdf77077de60d960d207adea15ee8 /autogen.sh
parentjournal: fix parsing of facility in syslog messages (diff)
downloadsystemd-58a25dac28b14b798299935ed0fd400965da4623.tar.xz
systemd-58a25dac28b14b798299935ed0fd400965da4623.zip
build-sys: use no-tmpl flavour of gtkdocization
"tmpl" flavour is deprecated. Also this way we avoid a warning during installation with older gtkdoc. https://bugzilla.gnome.org/show_bug.cgi?id=701259
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 86fe9b3785..eeb0c1b5e3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,7 +25,7 @@ if [ -f .git/hooks/pre-commit.sample ] && [ ! -f .git/hooks/pre-commit ]; then
fi
if which gtkdocize >/dev/null 2>/dev/null; then
- gtkdocize --docdir docs/
+ gtkdocize --docdir docs/ --flavour no-tmpl
gtkdocargs=--enable-gtk-doc
else
echo "You don't have gtk-doc installed, and thus won't be able to generate the documentation."