mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
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
This commit is contained in:
parent
ac50788b0f
commit
58a25dac28
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user