diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 3c00dd61a..c6deba2da 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -37,6 +37,8 @@ * src/plugins/FilterEditor.py: Multiple fixes. * src/GenericFilter.py: Multiple fixes. + * src/plugins/Makefile.am: Stop shipping ReadNative.py. + 2005-02-27 Alex Roitman * src/DbPrompter.py (format_maker): Add mnemonic activation target to the format selector label; Use new import format; don't treat diff --git a/gramps2/src/plugins/Makefile.am b/gramps2/src/plugins/Makefile.am index 621aa9627..e5a332bc5 100644 --- a/gramps2/src/plugins/Makefile.am +++ b/gramps2/src/plugins/Makefile.am @@ -33,7 +33,6 @@ pkgdata_PYTHON = \ NavWebPage.py\ PatchNames.py\ ReadPkg.py\ - ReadNative.py\ RelCalc.py\ ReorderIds.py\ SoundGen.py\