diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-30 00:26:59 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-30 00:26:59 +0800 |
commit | ef585975d00ddbc021fa9a1181723c67b3223a82 (patch) | |
tree | 74bf29327f90e2c166ee7a763ca632ba061bd894 /doc/devel/calendar/reference.sgml | |
parent | 6b07a364e2dd3ce534b58a2056248299be8b54d6 (diff) | |
download | gsoc2013-evolution-ef585975d00ddbc021fa9a1181723c67b3223a82.tar.gz gsoc2013-evolution-ef585975d00ddbc021fa9a1181723c67b3223a82.tar.zst gsoc2013-evolution-ef585975d00ddbc021fa9a1181723c67b3223a82.zip |
Added an id for the API reference <part>. Added the FDL <legalnotice>.
2000-11-29 Federico Mena Quintero <federico@helixcode.com>
* evolution-devel-guide.sgml: Added an id for the API reference <part>.
Added the FDL <legalnotice>.
Added the preface and toplevel reference entities.
Added entities for Evolution, Wombat, and Camel.
Added an appendix for the GNU FDL.
* preface.sgml: New file with the introduction to the Evolution
Developer's Guide.
* reference.sgml: Split the toplevel reference part into its own
file.
* fdl.sgml: Added the GNU Free Documentation License.
* calendar/evolution-calendar.sgml: Added an id for the <part>.
* calendar/public-reference.sgml: Added an id for the <reference>.
Moved this file over from calendar/reference.sgml.
* Makefile.am (local_entities): Added a list of the SGML files
that define entities for inclusion in the toplevel document. This
way we can track documentation file dependencies down to all
levels.
(html/index.html): Made the toplevel document depend on
$(local_entities). Also, removed the "html" target and put its
contents directly here; this way we avoid having .PHONY targets.
(EXTRA_DIST): Removed the evolution_devel_guideDATA; it made no
sense.
(content_files): Added preface.sgml and reference.sgml.
svn path=/trunk/; revision=6715
Diffstat (limited to 'doc/devel/calendar/reference.sgml')
-rw-r--r-- | doc/devel/calendar/reference.sgml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/devel/calendar/reference.sgml b/doc/devel/calendar/reference.sgml deleted file mode 100644 index f8aa6e848d..0000000000 --- a/doc/devel/calendar/reference.sgml +++ /dev/null @@ -1,24 +0,0 @@ - <reference> - <title>Calendar Public API Reference</title> - - <partintro> - <para> - This part presents the class and function reference for the - public APIs of the different components of the Evolution - Calendar. - </para> - </partintro> - - &CalClient; - &CalComponent; - &cal-util; - &cal-recur; - &timeutil; - </reference> - -<!-- -Local variables: -mode: sgml -sgml-parent-document: ("../evolution-devel-guide.sgml" "book" "part" "") -End: ---> |