diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2012-11-17 21:07:58 +0100 |
---|---|---|
committer | Felipe Contreras <felipe.contreras@gmail.com> | 2012-11-17 21:15:36 +0100 |
commit | 8b75afdbc2c0302da3110fbc2b33bc896c39a66e (patch) | |
tree | 7abcc6b4d4bbe77e3b61cf86c344e05a9d66dcf9 /autogen.sh | |
parent | 54cdf5fe9116577071c8e464f46353df6ba761c1 (diff) |
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 <felipe.contreras@gmail.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |