mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
One more fix for build without gtk-doc
Fixes https://github.com/behdad/harfbuzz/pull/35
This commit is contained in:
parent
b96af03c20
commit
e9853f33d1
1 changed files with 1 additions and 1 deletions
|
@ -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... "
|
||||
|
|
Loading…
Add table
Reference in a new issue