diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-08 00:55:17 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-08 00:55:17 +0000 |
commit | 1b1cc575b66902fef7887ef3539ec3afc83011ff (patch) | |
tree | 74b201c4d49b2cf471fcf8b5908ffb3320c85cb2 /Makefile.am | |
parent | bbfb66f4568f68e1c62e6302e699619f9debac7f (diff) |
2006-02-07 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* Makefile.am: add docs/ subdir
* configure.in: added an --enable-docs switch to the configure script
(enabled by default), and added AC_OUTPUT directives for the documentation
Makefiles, etc.
* docs/.cvsignore:
* docs/Makefile.am:
* docs/reference/.cvsignore:
* docs/reference/Doxyfile.in:
* docs/reference/Makefile.am:
* docs/reference/introduction.h: Added infrastructure to build and install
the API documentation for cairomm (based on libxml++ makefiles).
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 db891b3..24fe43a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = cairomm examples +SUBDIRS = cairomm examples $(DOCS_SUBDIR) #docs examples EXTRA_DIST = cairomm-1.0.pc.in |