[gtk-doc] Copy makefile

This commit is contained in:
Behdad Esfahbod 2013-09-03 18:11:47 -04:00
parent 81a007ffad
commit 1e994a8fcc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ which gtkdocize || {
echo "*** No gtkdocize found, please install it ***"
exit 1
}
gtkdocize || exit 1
gtkdocize --copy || exit 1
echo -n "checking for autoreconf... "
which autoreconf || {