diff options
author | Philip Chimento <philip@endlessm.com> | 2013-04-10 11:42:03 +0100 |
---|---|---|
committer | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-17 17:15:52 +0200 |
commit | 6347c78610a7197e1d0cedd1a4a2136a595b5a67 (patch) | |
tree | 5eb4b408c6858fcff0b26b17d278682fabcdcb33 /Makefile.am | |
parent | 5049b8938f407629690c6682263187986fb5f2ba (diff) |
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]
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 11a922e..8471840 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ ## Please keep this file well-commented. # Subdirectories where we also want to run make -SUBDIRS = po +SUBDIRS = po docs/reference/endless # Our Autoconf macros are kept in the m4/ directory ACLOCAL_AMFLAGS = -I m4 @@ -20,6 +20,9 @@ EXTRA_DIST = @EOS_SDK_API_NAME@.pc.in DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ AM_CFLAGS = @STRICT_CFLAGS@ +# Make sure to run Gtk-doc tests when doing 'make distcheck' +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + # Generated files that 'make clean' should erase CLEANFILES = DISTCLEANFILES = |