From: Zbigniew Jędrzejewski-Szmek Date: Mon, 19 Aug 2013 23:24:01 +0000 (-0400) Subject: build-sys: use no-tmpl flavour of gtkdocization X-Git-Tag: v207~109 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=58a25dac28b14b798299935ed0fd400965da4623 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 --- diff --git a/autogen.sh b/autogen.sh index 86fe9b378..eeb0c1b5e 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."