Moved AgeStats.py gramplet to correct subdirectory, and updated Makefile.am and POTFILES.in
svn: r11650
This commit is contained in:
parent
451aaee4f4
commit
33067b97f1
@ -235,7 +235,6 @@ src/Selectors/_SelectorFactory.py
|
||||
src/Selectors/__init__.py
|
||||
|
||||
# plugins directory
|
||||
src/plugins/AgeStats.py
|
||||
src/plugins/BookReport.py
|
||||
src/plugins/Calendar.py
|
||||
src/plugins/ExportCd.py
|
||||
@ -262,6 +261,7 @@ src/plugins/export/ExportVCalendar.py
|
||||
src/plugins/export/ExportVCard.py
|
||||
|
||||
# plugins/gramplet directory
|
||||
src/plugins/gramplet/AgeStats.py
|
||||
src/plugins/gramplet/AttributesGramplet.py
|
||||
src/plugins/gramplet/DefaultGramplets.py
|
||||
src/plugins/gramplet/DescendGramplet.py
|
||||
|
@ -18,7 +18,6 @@ SUBDIRS = \
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
AgeStats.py\
|
||||
BookReport.py\
|
||||
Calendar.py \
|
||||
ExportXml.py\
|
||||
|
@ -6,6 +6,7 @@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/gramplet
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
AgeStats.py \
|
||||
AttributesGramplet.py \
|
||||
DefaultGramplets.py \
|
||||
DescendGramplet.py \
|
||||
|
Loading…
Reference in New Issue
Block a user