diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-01-27 11:35:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2005-01-27 11:35:25 +0000 |
commit | 0f5b7d82deb8941705b703ef27d442ca7627bf41 (patch) | |
tree | a1f05d0d369f891bfe69b94bcf6a8f9bc2bb06ad /Makefile.am | |
parent | 17ec6f1482ed63ea15e317e78eafab52786cee55 (diff) |
configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for doing docs via gtk-doc.
src/cairo.[ch] src/cairo-matrix.c: Add some inline docs for arcs and matrices.
gtk-doc.m4 acinclude.m4: Check in files from gtk-doc to make the dependency on gtk-doc optional.
Add --enable-gtk-doc to the default args.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3a33e9a7c..60ae80514 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src test +SUBDIRS = src test doc EXTRA_DIST = \ COPYING \ |