Skip to content
Snippets Groups Projects
Commit 473dca4a authored by Lennart Poettering's avatar Lennart Poettering
Browse files

build-sys: fix build for folks without gtk-doc installed

parent 84c2626e
No related merge requests found
...@@ -24,7 +24,7 @@ fi ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment