From 6347c78610a7197e1d0cedd1a4a2136a595b5a67 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 10 Apr 2013 11:42:03 +0100 Subject: Autogenerate documentation with Gtk-doc Run './configure --enable-gtk-doc' to turn on building documentation, or use --disable-gtk-doc to disable it (for faster builds.) It builds as part of the regular 'make' invocation, though you can use 'make docs' to build only the documentation. [#1] --- autogen.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 7f94f51..b462eec 100755 --- a/autogen.sh +++ b/autogen.sh @@ -27,6 +27,7 @@ if test -z "$NOCONFIGURE"; then fi # Run the actual tools to prepare the clean checkout +gtkdocize || exit $? autoreconf -fi || exit $? rm -f po/Makevars.template -- cgit v1.2.3