2008-04-28 Emmanuele Bassi <ebassi@openedhand.com>
* autogen.sh: Do not just touch the gtk-doc.make file, if we could not find gtkdocize, but echo an empty EXTRA_DIST into it so that the automake won't complain later on.
This commit is contained in:
parent
35e0ae7fa9
commit
451dce3600
@ -1,3 +1,9 @@
|
|||||||
|
2008-04-28 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* autogen.sh: Do not just touch the gtk-doc.make file, if we
|
||||||
|
could not find gtkdocize, but echo an empty EXTRA_DIST into it
|
||||||
|
so that the automake won't complain later on.
|
||||||
|
|
||||||
2008-04-28 Øyvind Kolås <pippin@o-hand.com>
|
2008-04-28 Øyvind Kolås <pippin@o-hand.com>
|
||||||
|
|
||||||
* clutter/cogl/cogl.h.in: reindented.
|
* clutter/cogl/cogl.h.in: reindented.
|
||||||
|
@ -15,7 +15,7 @@ test $TEST_TYPE $FILE || {
|
|||||||
GTKDOCIZE=`which gtkdocize`
|
GTKDOCIZE=`which gtkdocize`
|
||||||
if test -z $GTKDOCIZE; then
|
if test -z $GTKDOCIZE; then
|
||||||
echo "*** No gtk-doc support ***"
|
echo "*** No gtk-doc support ***"
|
||||||
touch gtk-doc.make
|
echo "EXTRA_DIST =" > gtk-doc.make
|
||||||
else
|
else
|
||||||
gtkdocize || exit $?
|
gtkdocize || exit $?
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user