mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +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)
|
||||
if test -z $GTKDOCIZE; then
|
||||
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
|
||||
gtkdocize --docdir docs/
|
||||
gtkdocargs=--enable-gtk-doc
|
||||
|
Loading…
Reference in New Issue
Block a user