From 8b75afdbc2c0302da3110fbc2b33bc896c39a66e Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 17 Nov 2012 21:07:58 +0100 Subject: Fix build when gtk-doc is enabled Looks like gtk-doc.make is meant for automake, not make. Some previous changes need to be reverted. Signed-off-by: Felipe Contreras --- autogen.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 7cb335c541..26f4160c52 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,6 +3,7 @@ if type -p gtkdocize > /dev/null; then gtkdocize --docdir docs else + echo 'EXTRA_DIST =' > docs/gtk-doc.make echo 'AC_DEFUN([GTK_DOC_CHECK], [AM_CONDITIONAL([ENABLE_GTK_DOC], [FALSE])])' > m4/gtk-doc.m4 fi -- cgit v1.2.3-54-g00ecf