Pass --enable-gtk-doc to ./configure to build API docs. Add a
status print-out at the end of configure.ac to show whether gtk-doc
was enabled.
This reverts commit
436386fb11ee56e50c2c76c496b1f6c39530e170.
cflags: ${CFLAGS}
Maintainer mode: ${USE_MAINTAINER_MODE}
Building verbose mode: ${enable_verbose_mode}
+ Building gtk-doc: ${enable_gtk_doc}
"
-
# Extra options to supply to gtkdoc-mktmpl
MKTMPL_OPTIONS=
+if ENABLE_GTK_DOC
include $(top_srcdir)/gtk-doc.make
+else
+EXTRA_DIST =
+endif
# Version information for marking the documentation
EXTRA_DIST += version.xml.in
return 1;
}
- sprintf(pattern, "*%s*", argv[0]);
+ snprintf(pattern, sizeof pattern, "*%s*", argv[0]);
set = razor_set_open(repo_filename);
if (set == NULL)