Changes for distcheck
svn: r6031
This commit is contained in:
parent
a2c3d627e5
commit
5517c499ed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22
src/GrampsLogger/Makefile.am
Normal file
22
src/GrampsLogger/Makefile.am
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# This is the src/RelLib level Makefile for Gramps
|
||||||
|
# We could use GNU make's ':=' syntax for nice wildcard use,
|
||||||
|
# but that is not necessarily portable.
|
||||||
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
|
pkgdatadir = $(datadir)/@PACKAGE@/TreeViews
|
||||||
|
|
||||||
|
pkgdata_PYTHON = \
|
||||||
|
_ErrorReportAssistant.py\
|
||||||
|
_ErrorView.py\
|
||||||
|
_GtkHandler.py\
|
||||||
|
_init__.py\
|
||||||
|
_RotateHandler.py
|
||||||
|
|
||||||
|
pkgpyexecdir = @pkgpyexecdir@/RelLib
|
||||||
|
pkgpythondir = @pkgpythondir@/RelLib
|
||||||
|
|
||||||
|
GRAMPS_PY_MODPATH = "../"
|
||||||
|
|
||||||
|
pycheck:
|
||||||
|
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||||
|
pychecker $(pkgdata_PYTHON));
|
@ -1,7 +1,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
# This is the src level Makefile for Gramps
|
# This is the src level Makefile for Gramps
|
||||||
SUBDIRS = docgen plugins dates data po GrampsDb RelLib ObjectSelector
|
SUBDIRS = docgen plugins dates data po GrampsDb RelLib ObjectSelector GrampsLogger TreeView
|
||||||
|
|
||||||
# For intl. support, how do we compile?
|
# For intl. support, how do we compile?
|
||||||
MOSTLYCLEANFILES =
|
MOSTLYCLEANFILES =
|
||||||
@ -23,101 +23,118 @@ docfiles = \
|
|||||||
GrampsDbBase.py
|
GrampsDbBase.py
|
||||||
|
|
||||||
gdir_PYTHON = \
|
gdir_PYTHON = \
|
||||||
accent.py \
|
|
||||||
AddMedia.py\
|
AddMedia.py\
|
||||||
AddrEdit.py\
|
AddrEdit.py\
|
||||||
AddSpouse.py\
|
|
||||||
ansel_utf8.py\
|
ansel_utf8.py\
|
||||||
Assistant.py \
|
ArgHandler.py\
|
||||||
|
Assistant.py\
|
||||||
AttrEdit.py\
|
AttrEdit.py\
|
||||||
AutoComp.py\
|
AutoComp.py\
|
||||||
BaseDoc.py\
|
BaseDoc.py\
|
||||||
Bookmarks.py\
|
Bookmarks.py\
|
||||||
CalSdn.py\
|
|
||||||
ColumnOrder.py\
|
ColumnOrder.py\
|
||||||
ChooseParents.py\
|
const.py.in\
|
||||||
const.py\
|
|
||||||
DateEdit.py\
|
|
||||||
Date.py\
|
|
||||||
DateParser.py\
|
|
||||||
DateHandler.py\
|
|
||||||
DateDisplay.py\
|
DateDisplay.py\
|
||||||
|
DateEdit.py\
|
||||||
|
DateHandler.py\
|
||||||
|
DateParser.py\
|
||||||
|
Date.py\
|
||||||
DdTargets.py\
|
DdTargets.py\
|
||||||
DisplayModels.py\
|
DisplayModels.py\
|
||||||
|
DisplayState.py\
|
||||||
|
DisplayTabs.py\
|
||||||
DisplayTrace.py\
|
DisplayTrace.py\
|
||||||
|
EditEventRef.py\
|
||||||
|
EditFamily.py\
|
||||||
|
EditMedia.py\
|
||||||
|
EditMediaRef.py\
|
||||||
EditPerson.py\
|
EditPerson.py\
|
||||||
EditPlace.py\
|
EditPlace.py\
|
||||||
|
EditPrimary.py\
|
||||||
|
EditRepository.py\
|
||||||
|
EditSecondary.py\
|
||||||
EditSource.py\
|
EditSource.py\
|
||||||
|
EditSourceRef.py\
|
||||||
Errors.py\
|
Errors.py\
|
||||||
EventEdit.py\
|
EventEdit.py\
|
||||||
|
events24.png\
|
||||||
|
events.png\
|
||||||
|
EventView.py\
|
||||||
|
Exporter.py\
|
||||||
|
FamilyList.py\
|
||||||
FamilyView.py\
|
FamilyView.py\
|
||||||
FontScale.py\
|
FontScale.py\
|
||||||
GenericFilter.py\
|
GenericFilter.py\
|
||||||
GnomeMime.py\
|
GnomeMime.py\
|
||||||
GrampsCfg.py\
|
GrampsCfg.py\
|
||||||
|
GrampsDb\
|
||||||
GrampsDisplay.py\
|
GrampsDisplay.py\
|
||||||
GrampsMime.py\
|
GrampsGconfKeys.py\
|
||||||
|
GrampsIniKeys.py\
|
||||||
|
GrampsKeys.py\
|
||||||
|
GrampsLocale.py\
|
||||||
gramps_main.py\
|
gramps_main.py\
|
||||||
|
GrampsMime.py\
|
||||||
gramps.py\
|
gramps.py\
|
||||||
ImageSelect.py\
|
GrampsWidgets.py\
|
||||||
ImgManip.py\
|
ImgManip.py\
|
||||||
latin_ansel.py\
|
latin_ansel.py\
|
||||||
ListBox.py\
|
|
||||||
ListModel.py\
|
ListModel.py\
|
||||||
LocEdit.py\
|
LocEdit.py\
|
||||||
Marriage.py\
|
locked.png\
|
||||||
|
MapView.py\
|
||||||
MediaView.py\
|
MediaView.py\
|
||||||
MergeData.py\
|
MergeData.py\
|
||||||
MergePeople.py\
|
MergePeople.py\
|
||||||
NameDisplay.py\
|
NameDisplay.py\
|
||||||
NameEdit.py\
|
NameEdit.py\
|
||||||
|
Navigation.py\
|
||||||
NoteEdit.py\
|
NoteEdit.py\
|
||||||
|
ObjectSelector\
|
||||||
|
Options.py\
|
||||||
|
PageView.py\
|
||||||
PaperMenu.py\
|
PaperMenu.py\
|
||||||
PedView.py\
|
PedView.py\
|
||||||
PersonView.py\
|
|
||||||
PeopleModel.py\
|
PeopleModel.py\
|
||||||
|
PersonView.py\
|
||||||
PlaceView.py\
|
PlaceView.py\
|
||||||
Plugins.py\
|
|
||||||
PluginMgr.py\
|
PluginMgr.py\
|
||||||
|
plugins.glade\
|
||||||
|
Plugins.py\
|
||||||
PythonMime.py\
|
PythonMime.py\
|
||||||
QuestionDialog.py\
|
QuestionDialog.py\
|
||||||
|
RecentFiles.py\
|
||||||
Relationship.py\
|
Relationship.py\
|
||||||
RelImage.py\
|
RelImage.py\
|
||||||
|
ReportOptions.py\
|
||||||
Report.py\
|
Report.py\
|
||||||
ReportUtils.py\
|
ReportUtils.py\
|
||||||
|
RepositoryView.py\
|
||||||
ScratchPad.py\
|
ScratchPad.py\
|
||||||
SelectChild.py\
|
SelectChild.py\
|
||||||
|
SelectEvent.py\
|
||||||
SelectObject.py\
|
SelectObject.py\
|
||||||
|
SelectPerson.py\
|
||||||
Sort.py\
|
Sort.py\
|
||||||
soundex.py\
|
soundex.py\
|
||||||
Sources.py\
|
Sources.py\
|
||||||
SourceView.py\
|
SourceView.py\
|
||||||
|
Spell.py\
|
||||||
SpreadSheetDoc.py\
|
SpreadSheetDoc.py\
|
||||||
StartupDialog.py\
|
StartupDialog.py\
|
||||||
|
stock_link.png\
|
||||||
StyleEditor.py\
|
StyleEditor.py\
|
||||||
SubstKeywords.py\
|
SubstKeywords.py\
|
||||||
TarFile.py\
|
|
||||||
TipOfDay.py\
|
TipOfDay.py\
|
||||||
TransTable.py\
|
Tool.py\
|
||||||
|
ToolTips.py\
|
||||||
|
TransUtils.py\
|
||||||
TreeTips.py\
|
TreeTips.py\
|
||||||
UrlEdit.py\
|
UrlEdit.py\
|
||||||
Utils.py\
|
Utils.py\
|
||||||
Witness.py\
|
ViewManager.py\
|
||||||
SelectPerson.py\
|
WindowUtils.py\
|
||||||
ArgHandler.py\
|
Witness.py
|
||||||
Exporter.py\
|
|
||||||
GrampsKeys.py\
|
|
||||||
GrampsIniKeys.py\
|
|
||||||
GrampsGconfKeys.py\
|
|
||||||
RecentFiles.py\
|
|
||||||
ReportOptions.py\
|
|
||||||
EventView.py\
|
|
||||||
SelectEvent.py\
|
|
||||||
Spell.py\
|
|
||||||
Options.py\
|
|
||||||
Tool.py\
|
|
||||||
TransUtils.py\
|
|
||||||
WindowUtils.py
|
|
||||||
|
|
||||||
# Could use GNU make's ':=' syntax for nice wildcard use.
|
# Could use GNU make's ':=' syntax for nice wildcard use.
|
||||||
# If not using GNU make, then list all files individually
|
# If not using GNU make, then list all files individually
|
||||||
@ -131,17 +148,9 @@ GLADEFILES = \
|
|||||||
scratchpad.glade
|
scratchpad.glade
|
||||||
|
|
||||||
GRAPHICS = \
|
GRAPHICS = \
|
||||||
bad.png\
|
|
||||||
caution.png\
|
|
||||||
edit.png\
|
|
||||||
edit_sm.png \
|
|
||||||
family48.png\
|
|
||||||
good.png\
|
|
||||||
home.png\
|
|
||||||
logo.png\
|
logo.png\
|
||||||
gramps.png \
|
gramps.png \
|
||||||
media.png\
|
media.png\
|
||||||
people48.png\
|
|
||||||
place.png\
|
place.png\
|
||||||
sources.png\
|
sources.png\
|
||||||
splash.jpg\
|
splash.jpg\
|
||||||
|
@ -6,24 +6,23 @@
|
|||||||
pkgdatadir = $(datadir)/@PACKAGE@/ObjectSelector
|
pkgdatadir = $(datadir)/@PACKAGE@/ObjectSelector
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
_Constants.py\
|
|
||||||
_Factories.py\
|
_Factories.py\
|
||||||
_FamilyFilterFrame.py\
|
_FamilyFilterFrame.py\
|
||||||
_FamilyFrame.py\
|
_FamilyFrame.py\
|
||||||
_FamilyPreviewFrame.py\
|
_FamilyPreviewFrame.py\
|
||||||
_FamilyTreeFrame.py\
|
_FamilyTreeFrame.py\
|
||||||
_FilterFrameBase.py\
|
_FilterFrameBase.py\
|
||||||
_FilterSpec.py\
|
|
||||||
_FilterSpecBase.py\
|
_FilterSpecBase.py\
|
||||||
|
__init__.py\
|
||||||
_ObjectFrameBase.py\
|
_ObjectFrameBase.py\
|
||||||
_ObjectSelectorResult.py\
|
|
||||||
_ObjectSelectorWindow.py\
|
_ObjectSelectorWindow.py\
|
||||||
_PersonFilterFrame.py\
|
_PersonFilterFrame.py\
|
||||||
_PersonFilterSpec.py\
|
_PersonFilterSpec.py\
|
||||||
_PersonFrame.py\
|
_PersonFrame.py\
|
||||||
_PersonPreviewFrame.py\
|
_PersonPreviewFrame.py\
|
||||||
_PersonTreeFrame.py\
|
_PersonTreeFrame.py\
|
||||||
__init__.py
|
_PreviewFrameBase.py\
|
||||||
|
_TreeFrameBase.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/ObjectSelector
|
pkgpyexecdir = @pkgpyexecdir@/ObjectSelector
|
||||||
pkgpythondir = @pkgpythondir@/ObjectSelector
|
pkgpythondir = @pkgpythondir@/ObjectSelector
|
||||||
|
@ -11,6 +11,8 @@ pkgdata_PYTHON = \
|
|||||||
_AttributeBase.py\
|
_AttributeBase.py\
|
||||||
_Attribute.py\
|
_Attribute.py\
|
||||||
_BaseObject.py\
|
_BaseObject.py\
|
||||||
|
_CalSdn.py \
|
||||||
|
_Date.py \
|
||||||
_DateBase.py\
|
_DateBase.py\
|
||||||
_Event.py\
|
_Event.py\
|
||||||
_EventRef.py\
|
_EventRef.py\
|
||||||
|
19
src/TreeViews/Makefile.am
Normal file
19
src/TreeViews/Makefile.am
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# This is the src/RelLib level Makefile for Gramps
|
||||||
|
# We could use GNU make's ':=' syntax for nice wildcard use,
|
||||||
|
# but that is not necessarily portable.
|
||||||
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
|
pkgdatadir = $(datadir)/@PACKAGE@/TreeViews
|
||||||
|
|
||||||
|
pkgdata_PYTHON = \
|
||||||
|
__init__.py\
|
||||||
|
_PersonTreeView.py
|
||||||
|
|
||||||
|
pkgpyexecdir = @pkgpyexecdir@/RelLib
|
||||||
|
pkgpythondir = @pkgpythondir@/RelLib
|
||||||
|
|
||||||
|
GRAMPS_PY_MODPATH = "../"
|
||||||
|
|
||||||
|
pycheck:
|
||||||
|
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||||
|
pychecker $(pkgdata_PYTHON));
|
BIN
src/family48.png
BIN
src/family48.png
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB |
Loading…
Reference in New Issue
Block a user