Commit 339214c0 authored by Filippo Della Betta's avatar Filippo Della Betta Committed by Youness Alaoui

Added support for compiling when gtk-doc is not installed

parent 2896105f
...@@ -182,7 +182,11 @@ case $host_os in ...@@ -182,7 +182,11 @@ case $host_os in
esac esac
# check for gtk-doc # check for gtk-doc
m4_ifdef([GTK_DOC_CHECK], [
GTK_DOC_CHECK(1.9) GTK_DOC_CHECK(1.9)
],[
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
])
AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_MACRO_DIR(m4)
AC_OUTPUT AC_OUTPUT
......
...@@ -88,7 +88,7 @@ include $(top_srcdir)/gtk-doc.make ...@@ -88,7 +88,7 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute # Other files to distribute
# e.g. EXTRA_DIST += version.xml.in # e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST += #EXTRA_DIST +=
# Files not to distribute # Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment