diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-24 00:06:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-24 00:06:53 +0800 |
commit | c8ace927b9b707522b663a086b3dc14eab69ad1f (patch) | |
tree | c3c7432b8104d0ca4c54060020ae7577c2d8302d /doc/devel/Makefile.am | |
parent | 5edc698826b041d423ba8b6b6c3387bf7aba2627 (diff) | |
download | gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.gz gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.bz2 gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.lz gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.xz gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.zst gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.zip |
Documentation building fixes merged from the evolution-0-10-branch:
Get the docs to build and install properly. Temporarily disable the
importer devel docs as they seem to be pretty broken.
svn path=/trunk/; revision=9507
Diffstat (limited to 'doc/devel/Makefile.am')
-rw-r--r-- | doc/devel/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am index c5ee7a8e50..200905cffe 100644 --- a/doc/devel/Makefile.am +++ b/doc/devel/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = calendar importer executive-summary +SUBDIRS = calendar executive-summary # The name of the module. DOC_MODULE=evolution-devel-guide @@ -34,14 +34,14 @@ local_entities = \ calendar/cal-util/sgml/cal-util.sgml \ calendar/cal-util/sgml/timeutil.sgml \ \ - importer/sgml/evolution-importer.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 +# importer/sgml/evolution-importer.sgml \ +# importer/sgml/evolution-importer-client.sgml + EXTRA_DIST = \ $(content_files) |