aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-04-24 00:06:53 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-04-24 00:06:53 +0800
commitc8ace927b9b707522b663a086b3dc14eab69ad1f (patch)
treec3c7432b8104d0ca4c54060020ae7577c2d8302d /doc/devel
parent5edc698826b041d423ba8b6b6c3387bf7aba2627 (diff)
downloadgsoc2013-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')
-rw-r--r--doc/devel/ChangeLog7
-rw-r--r--doc/devel/Makefile.am8
-rw-r--r--doc/devel/evolution-devel-guide.sgml10
3 files changed, 16 insertions, 9 deletions
diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog
index 134159b2d2..0237e82112 100644
--- a/doc/devel/ChangeLog
+++ b/doc/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/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)
diff --git a/doc/devel/evolution-devel-guide.sgml b/doc/devel/evolution-devel-guide.sgml
index 4a88261da4..f410c01981 100644
--- a/doc/devel/evolution-devel-guide.sgml
+++ b/doc/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">