diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-18 02:27:02 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-18 02:27:02 +0800 |
commit | b77c7192f536108e07ffaf19a58e6bff9b011a93 (patch) | |
tree | 64670972a4bb0cfa909955c3c12127daca22ebab /doc/devel/Makefile.am | |
parent | 9d6b2a1c6ad4d96388637e30f96523390aa58de2 (diff) | |
download | gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.gz gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.bz2 gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.lz gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.xz gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.zst gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.zip |
Some API documentation for the importer
svn path=/trunk/; revision=7589
Diffstat (limited to 'doc/devel/Makefile.am')
-rw-r--r-- | doc/devel/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am index 77f9354ba9..b69b34d5d8 100644 --- a/doc/devel/Makefile.am +++ b/doc/devel/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = calendar +SUBDIRS = calendar importer # The name of the module. DOC_MODULE=evolution-devel-guide @@ -32,7 +32,10 @@ local_entities = \ calendar/cal-util/sgml/cal-component.sgml \ calendar/cal-util/sgml/cal-recur.sgml \ calendar/cal-util/sgml/cal-util.sgml \ - calendar/cal-util/sgml/timeutil.sgml + calendar/cal-util/sgml/timeutil.sgml \ + \ + importer/sgml/evolution-importer.sgml \ + importer/sgml/evolution-importer-client.sgml EXTRA_DIST = \ $(content_files) |