* src/plugins/Makefile.am: Install vCal and vCard plugins
svn: r4817
This commit is contained in:
parent
8b10dc0c42
commit
012cad6eb5
@ -1,3 +1,6 @@
|
|||||||
|
2005-06-09 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
|
* src/plugins/Makefile.am: Install vCal and vCard plugins
|
||||||
|
|
||||||
2005-06-08 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
2005-06-08 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
* src/EditPerson (__init__): Make gender guessing work again
|
* src/EditPerson (__init__): Make gender guessing work again
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ pkgdata_PYTHON = \
|
|||||||
DetAncestralReport.py\
|
DetAncestralReport.py\
|
||||||
DetDescendantReport.py\
|
DetDescendantReport.py\
|
||||||
EventCmp.py\
|
EventCmp.py\
|
||||||
|
ExportVCalendar.py\
|
||||||
|
ExportVCard.py\
|
||||||
FamilyGroup.py\
|
FamilyGroup.py\
|
||||||
FanChart.py\
|
FanChart.py\
|
||||||
FtmStyleAncestors.py\
|
FtmStyleAncestors.py\
|
||||||
@ -29,6 +31,7 @@ pkgdata_PYTHON = \
|
|||||||
GraphViz.py\
|
GraphViz.py\
|
||||||
IndivComplete.py\
|
IndivComplete.py\
|
||||||
IndivSummary.py\
|
IndivSummary.py\
|
||||||
|
ImportvCard.py\
|
||||||
Merge.py\
|
Merge.py\
|
||||||
PatchNames.py\
|
PatchNames.py\
|
||||||
ReadPkg.py\
|
ReadPkg.py\
|
||||||
@ -81,7 +84,9 @@ GLADEFILES = \
|
|||||||
book.glade\
|
book.glade\
|
||||||
writeftree.glade\
|
writeftree.glade\
|
||||||
genewebexport.glade\
|
genewebexport.glade\
|
||||||
scratchpad.glade
|
scratchpad.glade\
|
||||||
|
vcardexport.glade\
|
||||||
|
vcalendarexport.glade
|
||||||
|
|
||||||
GRAPHICS = \
|
GRAPHICS = \
|
||||||
stock_link.png
|
stock_link.png
|
||||||
|
Loading…
Reference in New Issue
Block a user