diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-02-02 08:28:04 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-02-02 08:28:04 +0800 |
commit | 609933378dab3b1df305afef4c51195373ab526f (patch) | |
tree | b7624060d4649daf636f5211a0c75b5206b18e95 /doc/devel/Makefile.am | |
parent | c002ddaf4faa6cc4a32752af29dccd1d9918af63 (diff) | |
download | gsoc2013-evolution-609933378dab3b1df305afef4c51195373ab526f.tar gsoc2013-evolution-609933378dab3b1df305afef4c51195373ab526f.tar.gz gsoc2013-evolution-609933378dab3b1df305afef4c51195373ab526f.tar.bz2 gsoc2013-evolution-609933378dab3b1df305afef4c51195373ab526f.tar.lz gsoc2013-evolution-609933378dab3b1df305afef4c51195373ab526f.tar.xz gsoc2013-evolution-609933378dab3b1df305afef4c51195373ab526f.tar.zst gsoc2013-evolution-609933378dab3b1df305afef4c51195373ab526f.zip |
Final docs.
svn path=/trunk/; revision=7940
Diffstat (limited to 'doc/devel/Makefile.am')
-rw-r--r-- | doc/devel/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am index b69b34d5d8..c5ee7a8e50 100644 --- a/doc/devel/Makefile.am +++ b/doc/devel/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = calendar importer +SUBDIRS = calendar importer executive-summary # The name of the module. DOC_MODULE=evolution-devel-guide @@ -35,7 +35,12 @@ local_entities = \ calendar/cal-util/sgml/timeutil.sgml \ \ importer/sgml/evolution-importer.sgml \ - importer/sgml/evolution-importer-client.sgml + importer/sgml/evolution-importer-client.sgml \ + \ + executive-summary/sgml/executive-summary-component.sgml \ + executive-summary/sgml/executive-summary-component-factory.sgml \ + executive-summary/sgml/executive-summary-component-factory-client.sgml \ + executive-summary/sgml/executive-summary-html-view.sgml EXTRA_DIST = \ $(content_files) |