From 413a553fd5f86088395d942c85a78debdec32a6d Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Sat, 28 Jun 2008 18:27:55 -0400 Subject: Revert "Get api docs building" 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. --- configure.ac | 2 +- docs/Makefile.am | 4 ++++ src/main.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b53f403..d3ccc78 100644 --- a/configure.ac +++ b/configure.ac @@ -219,5 +219,5 @@ echo " cflags: ${CFLAGS} Maintainer mode: ${USE_MAINTAINER_MODE} Building verbose mode: ${enable_verbose_mode} + Building gtk-doc: ${enable_gtk_doc} " - diff --git a/docs/Makefile.am b/docs/Makefile.am index 240af13..342e364 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -20,7 +20,11 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml # 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 diff --git a/src/main.c b/src/main.c index 4532f02..4e15164 100644 --- a/src/main.c +++ b/src/main.c @@ -877,7 +877,7 @@ command_search(int argc, const char *argv[]) return 1; } - sprintf(pattern, "*%s*", argv[0]); + snprintf(pattern, sizeof pattern, "*%s*", argv[0]); set = razor_set_open(repo_filename); if (set == NULL) -- cgit v1.2.3