One more fix for build without gtk-doc

Fixes https://github.com/behdad/harfbuzz/pull/35
This commit is contained in:
Behdad Esfahbod 2014-03-21 12:53:08 -07:00
parent b96af03c20
commit e9853f33d1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if which gtkdocize ; then
gtkdocize --copy || exit 1
else
echo "*** No gtkdocize found, skipping documentation ***"
> gtk-doc.make
echo "EXTRA_DIST = " > gtk-doc.make
fi
echo -n "checking for autoreconf... "