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
|
src/Selectors/__init__.py
|
||||||
|
|
||||||
# plugins directory
|
# plugins directory
|
||||||
src/plugins/AgeStats.py
|
|
||||||
src/plugins/BookReport.py
|
src/plugins/BookReport.py
|
||||||
src/plugins/Calendar.py
|
src/plugins/Calendar.py
|
||||||
src/plugins/ExportCd.py
|
src/plugins/ExportCd.py
|
||||||
@ -262,6 +261,7 @@ src/plugins/export/ExportVCalendar.py
|
|||||||
src/plugins/export/ExportVCard.py
|
src/plugins/export/ExportVCard.py
|
||||||
|
|
||||||
# plugins/gramplet directory
|
# plugins/gramplet directory
|
||||||
|
src/plugins/gramplet/AgeStats.py
|
||||||
src/plugins/gramplet/AttributesGramplet.py
|
src/plugins/gramplet/AttributesGramplet.py
|
||||||
src/plugins/gramplet/DefaultGramplets.py
|
src/plugins/gramplet/DefaultGramplets.py
|
||||||
src/plugins/gramplet/DescendGramplet.py
|
src/plugins/gramplet/DescendGramplet.py
|
||||||
|
@ -18,7 +18,6 @@ SUBDIRS = \
|
|||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
AgeStats.py\
|
|
||||||
BookReport.py\
|
BookReport.py\
|
||||||
Calendar.py \
|
Calendar.py \
|
||||||
ExportXml.py\
|
ExportXml.py\
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/gramplet
|
pkgdatadir = $(datadir)/@PACKAGE@/plugins/gramplet
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
|
AgeStats.py \
|
||||||
AttributesGramplet.py \
|
AttributesGramplet.py \
|
||||||
DefaultGramplets.py \
|
DefaultGramplets.py \
|
||||||
DescendGramplet.py \
|
DescendGramplet.py \
|
||||||
|
Loading…
Reference in New Issue
Block a user