GEPS008: Change plugin Makefiles to lowercase

svn: r19899
This commit is contained in:
Nick Hall
2012-06-23 09:36:29 +00:00
parent 4f1cfd2718
commit 010325c23b
13 changed files with 260 additions and 263 deletions

View File

@ -26,9 +26,9 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins
pkgpython_PYTHON = \
bookreport.gpr.py\
BookReport.py\
bookreport.py\
records.gpr.py\
Records.py
records.py
pkgpyexecdir = @pkgpyexecdir@/plugins
pkgpythondir = $(datadir)/@PACKAGE@/plugins

View File

@ -7,16 +7,16 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/docgen
pkgpython_PYTHON = \
AsciiDoc.py \
asciidoc.py \
docgen.gpr.py\
GtkPrint.py \
HtmlDoc.py \
LaTeXDoc.py \
ODFDoc.py \
PdfDoc.py \
PSDrawDoc.py \
RTFDoc.py \
SvgDrawDoc.py
gtkprint.py \
htmldoc.py \
latexdoc.py \
odfdoc.py \
pdfdoc.py \
psdrawdoc.py \
rtfdoc.py \
svgdrawdoc.py
pkgpyexecdir = @pkgpyexecdir@/plugins/docgen
pkgpythondir = $(datadir)/@PACKAGE@/plugins/docgen

View File

@ -7,13 +7,13 @@
pkgpythondir = $(datadir)/@PACKAGE@/plugins/drawreport
pkgpython_PYTHON = \
AncestorTree.py \
Calendar.py\
DescendTree.py \
ancestortree.py \
calendar.py\
descendtree.py \
drawplugins.gpr.py\
FanChart.py \
StatisticsChart.py \
TimeLine.py
fanchart.py \
statisticschart.py \
timeline.py
pkgpyexecdir = @pkgpyexecdir@/plugins/drawreport

View File

@ -6,14 +6,14 @@
pkgpython_PYTHON = \
export.gpr.py \
ExportCsv.py \
ExportFtree.py \
ExportGedcom.py \
ExportGeneWeb.py \
ExportPkg.py \
ExportVCalendar.py \
ExportVCard.py \
ExportXml.py
exportcsv.py \
exportftree.py \
exportgedcom.py \
exportgeneweb.py \
exportpkg.py \
exportvcalendar.py \
exportvcard.py \
exportxml.py
pkgpyexecdir = @pkgpyexecdir@/plugins/export
pkgpythondir = $(datadir)/@PACKAGE@/plugins/export

View File

@ -7,41 +7,41 @@
pkgpythondir = $(datadir)/@PACKAGE@/plugins/gramplet
pkgpython_PYTHON = \
AgeOnDateGramplet.py \
AgeStats.py \
Attributes.py \
AttributesGramplet.py \
Backlinks.py \
CalendarGramplet.py \
Children.py \
Citations.py \
DescendGramplet.py \
EditExifMetadata.py \
Events.py \
FanChartGramplet.py \
FaqGramplet.py \
Filter.py \
Gallery.py \
GivenNameGramplet.py \
ageondategramplet.py \
agestats.py \
attributes.py \
attributesgramplet.py \
backlinks.py \
calendargramplet.py \
children.py \
citations.py \
descendgramplet.py \
editexifmetadata.py \
events.py \
fanchartgramplet.py \
faqgramplet.py \
filter.py \
gallery.py \
givennamegramplet.py \
gramplet.gpr.py \
MediaPreview.py \
MetadataViewer.py \
Notes.py \
PedigreeGramplet.py \
PersonDetails.py \
PersonResidence.py \
PlaceDetails.py \
PluginManagerGramplet.py\
QuickViewGramplet.py \
RelativeGramplet.py \
RepositoryDetails.py \
SessionLogGramplet.py \
StatsGramplet.py \
SurnameCloudGramplet.py \
ToDoGramplet.py \
TopSurnamesGramplet.py \
WelcomeGramplet.py \
WhatsNext.py
mediapreview.py \
metadataviewer.py \
notes.py \
pedigreegramplet.py \
persondetails.py \
personresidence.py \
placedetails.py \
pluginmanagergramplet.py\
quickviewgramplet.py \
relativegramplet.py \
repositorydetails.py \
sessionloggramplet.py \
statsgramplet.py \
surnamecloudgramplet.py \
todogramplet.py \
topsurnamesgramplet.py \
welcomegramplet.py \
whatsnext.py
pkgpyexecdir = @pkgpyexecdir@/plugins/gramplet

View File

@ -8,9 +8,9 @@ pkgpythondir = $(datadir)/@PACKAGE@/plugins/graph
pkgpython_PYTHON = \
graphplugins.gpr.py\
GVFamilyLines.py \
GVHourGlass.py \
GVRelGraph.py
gvfamilylines.py \
gvhourglass.py \
gvrelgraph.py
pkgpyexecdir = @pkgpyexecdir@/plugins/graph

View File

@ -8,14 +8,14 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins/import
pkgpython_PYTHON = \
import.gpr.py \
ImportCsv.py \
ImportGedcom.py \
ImportGeneWeb.py \
ImportGpkg.py \
ImportGrdb.py \
ImportProGen.py \
ImportVCard.py \
ImportXml.py
importcsv.py \
importgedcom.py \
importgeneweb.py \
importgpkg.py \
importgrdb.py \
importprogen.py \
importvcard.py \
importxml.py
pkgpyexecdir = @pkgpyexecdir@/plugins/import
pkgpythondir = $(datadir)/@PACKAGE@/plugins/import

View File

@ -7,18 +7,18 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/quickview
pkgpython_PYTHON = \
AgeOnDate.py \
ageondate.py \
all_events.py \
all_relations.py \
AttributeMatch.py \
FilterByName.py \
attributematch.py \
filterbyname.py \
lineage.py \
OnThisDay.py \
onthisday.py \
quickview.gpr.py \
References.py \
LinkReferences.py \
Reporef.py \
SameSurnames.py\
references.py \
linkreferences.py \
reporef.py \
samesurnames.py\
siblings.py
pkgpyexecdir = @pkgpyexecdir@/plugins/quickview

View File

@ -7,23 +7,23 @@
pkgpythondir = $(datadir)/@PACKAGE@/plugins/textreport
pkgpython_PYTHON = \
AlphabeticalIndex.py\
AncestorReport.py\
BirthdayReport.py\
CustomBookText.py\
DescendReport.py\
DetAncestralReport.py\
DetDescendantReport.py\
EndOfLineReport.py\
FamilyGroup.py\
IndivComplete.py\
KinshipReport.py\
NumberOfAncestorsReport.py\
PlaceReport.py\
SimpleBookTitle.py\
Summary.py\
TableOfContents.py\
TagReport.py\
alphabeticalindex.py\
ancestorreport.py\
birthdayreport.py\
custombooktext.py\
descendreport.py\
detancestralreport.py\
detdescendantreport.py\
endoflinereport.py\
familygroup.py\
indivcomplete.py\
kinshipreport.py\
numberofancestorsreport.py\
placereport.py\
simplebooktitle.py\
summary.py\
tableofcontents.py\
tagreport.py\
textplugins.gpr.py
pkgpyexecdir = @pkgpyexecdir@/plugins/textreport

View File

@ -7,33 +7,33 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/tool
pkgpython_PYTHON = \
ChangeNames.py \
ChangeTypes.py \
Check.py \
Desbrowser.py \
Eval.py \
EventCmp.py \
EventNames.py \
ExtractCity.py \
FindDupes.py \
Leak.py \
MediaManager.py \
NotRelated.py \
OwnerEditor.py \
PatchNames.py \
Rebuild.py \
RebuildRefMap.py \
RelCalc.py \
RemoveUnused.py \
ReorderIds.py \
SortEvents.py \
SoundGen.py \
changenames.py \
changetypes.py \
check.py \
desbrowser.py \
eval.py \
eventcmp.py \
eventnames.py \
extractcity.py \
finddupes.py \
leak.py \
mediamanager.py \
notrelated.py \
ownereditor.py \
patchnames.py \
rebuild.py \
rebuildrefmap.py \
relcalc.py \
removeunused.py \
reorderids.py \
sortevents.py \
soundgen.py \
tools.gpr.py \
Verify.py \
MergeCitations.py
# DumpGenderStats.py \
# PHPGedViewConnector.py \
# TestcaseGenerator.py
verify.py \
mergecitations.py
# dumpgenderstats.py \
# phpgedviewconnector.py \
# testcasegenerator.py
pkgpyexecdir = @pkgpyexecdir@/plugins/tool
pkgpythondir = $(datadir)/@PACKAGE@/plugins/tool

View File

@ -7,8 +7,8 @@
pkgpythondir = $(datadir)/@PACKAGE@/plugins/webreport
pkgpython_PYTHON = \
NarrativeWeb.py\
WebCal.py\
narrativeweb.py\
webcal.py\
webplugins.gpr.py
pkgpyexecdir = @pkgpyexecdir@/plugins/webreport