diff options
Diffstat (limited to 'doc/devel/Makefile.am')
-rw-r--r-- | doc/devel/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
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) |