From 012cad6eb51a5b310840482c3ac25585950ab401 Mon Sep 17 00:00:00 2001 From: Martin Hawlisch Date: Thu, 9 Jun 2005 15:06:52 +0000 Subject: [PATCH] * src/plugins/Makefile.am: Install vCal and vCard plugins svn: r4817 --- gramps2/ChangeLog | 3 +++ gramps2/src/plugins/Makefile.am | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index ec16b8ee9..e724791cd 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2005-06-09 Martin Hawlisch + * src/plugins/Makefile.am: Install vCal and vCard plugins + 2005-06-08 Martin Hawlisch * src/EditPerson (__init__): Make gender guessing work again diff --git a/gramps2/src/plugins/Makefile.am b/gramps2/src/plugins/Makefile.am index 3a7405973..a684bc281 100644 --- a/gramps2/src/plugins/Makefile.am +++ b/gramps2/src/plugins/Makefile.am @@ -21,6 +21,8 @@ pkgdata_PYTHON = \ DetAncestralReport.py\ DetDescendantReport.py\ EventCmp.py\ + ExportVCalendar.py\ + ExportVCard.py\ FamilyGroup.py\ FanChart.py\ FtmStyleAncestors.py\ @@ -29,6 +31,7 @@ pkgdata_PYTHON = \ GraphViz.py\ IndivComplete.py\ IndivSummary.py\ + ImportvCard.py\ Merge.py\ PatchNames.py\ ReadPkg.py\ @@ -81,7 +84,9 @@ GLADEFILES = \ book.glade\ writeftree.glade\ genewebexport.glade\ - scratchpad.glade + scratchpad.glade\ + vcardexport.glade\ + vcalendarexport.glade GRAPHICS = \ stock_link.png