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