diff options
-rw-r--r-- | doc/devel/Makefile.am | 9 | ||||
-rw-r--r-- | doc/devel/evolution-devel-guide.sgml | 9 | ||||
-rw-r--r-- | doc/devel/reference.sgml | 2 | ||||
-rw-r--r-- | help/devel/Makefile.am | 9 | ||||
-rw-r--r-- | help/devel/evolution-devel-guide.sgml | 9 | ||||
-rw-r--r-- | help/devel/reference.sgml | 2 |
6 files changed, 36 insertions, 4 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) diff --git a/doc/devel/evolution-devel-guide.sgml b/doc/devel/evolution-devel-guide.sgml index 29401c239c..4a88261da4 100644 --- a/doc/devel/evolution-devel-guide.sgml +++ b/doc/devel/evolution-devel-guide.sgml @@ -17,12 +17,21 @@ <!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"> +<!ENTITY ExecutiveSummaryComponent SYSTEM "executive-summary/sgml/executive-summary-component.sgml"> +<!ENTITY ExecutiveSummaryComponentFactory SYSTEM "executive-summary/sgml/executive-summary-component-factory.sgml"> +<!ENTITY ExecutiveSummaryComponentFactoryClient SYSTEM "executive-summary/sgml/executive-summary-component-factory-client.sgml"> +<!ENTITY ExecutiveSummaryHtmlView SYSTEM "executive-summary/sgml/executive-summary-html-view.sgml"> <!ENTITY Evolution "<application>Evolution</application>"> <!ENTITY Wombat "<application>Wombat</application>"> <!ENTITY Camel "<application>Camel</application>"> <!ENTITY PCS "<acronym>PCS</acronym>"> <!ENTITY libical "<application>libical</application>"> +<!ENTITY Executive-Summary "<application>Executive Summary</application>"> ]> <book id="index"> diff --git a/doc/devel/reference.sgml b/doc/devel/reference.sgml index ae675a7722..b0c81de77f 100644 --- a/doc/devel/reference.sgml +++ b/doc/devel/reference.sgml @@ -36,7 +36,9 @@ &calendar-public-reference; &importer-public-reference; + &evolution-services-public-reference; &importer-private-reference; + &evolution-services-private-reference; </part> <!-- diff --git a/help/devel/Makefile.am b/help/devel/Makefile.am index b69b34d5d8..c5ee7a8e50 100644 --- a/help/devel/Makefile.am +++ b/help/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) diff --git a/help/devel/evolution-devel-guide.sgml b/help/devel/evolution-devel-guide.sgml index 29401c239c..4a88261da4 100644 --- a/help/devel/evolution-devel-guide.sgml +++ b/help/devel/evolution-devel-guide.sgml @@ -17,12 +17,21 @@ <!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"> +<!ENTITY ExecutiveSummaryComponent SYSTEM "executive-summary/sgml/executive-summary-component.sgml"> +<!ENTITY ExecutiveSummaryComponentFactory SYSTEM "executive-summary/sgml/executive-summary-component-factory.sgml"> +<!ENTITY ExecutiveSummaryComponentFactoryClient SYSTEM "executive-summary/sgml/executive-summary-component-factory-client.sgml"> +<!ENTITY ExecutiveSummaryHtmlView SYSTEM "executive-summary/sgml/executive-summary-html-view.sgml"> <!ENTITY Evolution "<application>Evolution</application>"> <!ENTITY Wombat "<application>Wombat</application>"> <!ENTITY Camel "<application>Camel</application>"> <!ENTITY PCS "<acronym>PCS</acronym>"> <!ENTITY libical "<application>libical</application>"> +<!ENTITY Executive-Summary "<application>Executive Summary</application>"> ]> <book id="index"> diff --git a/help/devel/reference.sgml b/help/devel/reference.sgml index ae675a7722..b0c81de77f 100644 --- a/help/devel/reference.sgml +++ b/help/devel/reference.sgml @@ -36,7 +36,9 @@ &calendar-public-reference; &importer-public-reference; + &evolution-services-public-reference; &importer-private-reference; + &evolution-services-private-reference; </part> <!-- |