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 /help/devel | |
parent | 5edc698826b041d423ba8b6b6c3387bf7aba2627 (diff) | |
download | gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.gz 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 'help/devel')
-rw-r--r-- | help/devel/ChangeLog | 7 | ||||
-rw-r--r-- | help/devel/Makefile.am | 8 | ||||
-rw-r--r-- | help/devel/evolution-devel-guide.sgml | 10 |
3 files changed, 16 insertions, 9 deletions
diff --git a/help/devel/ChangeLog b/help/devel/ChangeLog index 134159b2d2..0237e82112 100644 --- a/help/devel/ChangeLog +++ b/help/devel/ChangeLog @@ -1,3 +1,10 @@ +2001-04-23 Ettore Perazzoli <ettore@ximian.com> + + * evolution-devel-guide.sgml: Disable the importer references here + too. + + * Makefile.am: Remove the importer stuff for now. + 2001-04-20 Damon Chaplin <damon@ximian.com> * importer/evolution-shell-importer.types: changed path to the diff --git a/help/devel/Makefile.am b/help/devel/Makefile.am index c5ee7a8e50..200905cffe 100644 --- a/help/devel/Makefile.am +++ b/help/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) diff --git a/help/devel/evolution-devel-guide.sgml b/help/devel/evolution-devel-guide.sgml index 4a88261da4..f410c01981 100644 --- a/help/devel/evolution-devel-guide.sgml +++ b/help/devel/evolution-devel-guide.sgml @@ -13,11 +13,11 @@ <!ENTITY cal-util SYSTEM "calendar/cal-util/sgml/cal-util.sgml"> <!ENTITY timeutil SYSTEM "calendar/cal-util/sgml/timeutil.sgml"> -<!ENTITY importer-public-reference SYSTEM "importer/public-reference.sgml"> -<!ENTITY importer-private-reference SYSTEM "importer/private-reference.sgml"> -<!ENTITY EvolutionImporter SYSTEM "importer/sgml/evolution-importer.sgml"> -<!ENTITY EvolutionImporterClient SYSTEM "importer/sgml/evolution-importer-client.sgml"> -<!ENTITY EvolutionImporterListener SYSTEM "importer/sgml/evolution-importer-listener.sgml"> +<!-- ENTITY importer-public-reference SYSTEM "importer/public-reference.sgml"> +<!-- ENTITY importer-private-reference SYSTEM "importer/private-reference.sgml"> +<!-- ENTITY EvolutionImporter SYSTEM "importer/sgml/evolution-importer.sgml"> +<!-- ENTITY EvolutionImporterClient SYSTEM "importer/sgml/evolution-importer-client.sgml"> +<!-- ENTITY EvolutionImporterListener SYSTEM "importer/sgml/evolution-importer-listener.sgml"> <!ENTITY evolution-services-public-reference SYSTEM "executive-summary/public-reference.sgml"> <!ENTITY evolution-services-private-reference SYSTEM "executive-summary/private-reference.sgml"> |