projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac50788
)
build-sys: use no-tmpl flavour of gtkdocization
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 19 Aug 2013 23:24:01 +0000
(19:24 -0400)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 19 Aug 2013 15:30:04 +0000
(11:30 -0400)
"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
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 86fe9b3785a27453e4808ed861aeff82a970005b..eeb0c1b5e3385356a22a8ca50a0424c55431500a 100755
(executable)
--- 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."