mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
build-sys: fix build for folks without gtk-doc installed
This commit is contained in:
parent
84c2626ec1
commit
473dca4ac1
@ -24,7 +24,7 @@ fi
|
|||||||
GTKDOCIZE=$(which gtkdocize 2>/dev/null)
|
GTKDOCIZE=$(which gtkdocize 2>/dev/null)
|
||||||
if test -z $GTKDOCIZE; then
|
if test -z $GTKDOCIZE; then
|
||||||
echo "You don't have gtk-doc installed, and thus won't be able to generate the documentation."
|
echo "You don't have gtk-doc installed, and thus won't be able to generate the documentation."
|
||||||
echo 'EXTRA_DIST =' > gtk-doc.make
|
echo 'EXTRA_DIST =' > docs/gtk-doc.make
|
||||||
else
|
else
|
||||||
gtkdocize --docdir docs/
|
gtkdocize --docdir docs/
|
||||||
gtkdocargs=--enable-gtk-doc
|
gtkdocargs=--enable-gtk-doc
|
||||||
|
Loading…
Reference in New Issue
Block a user