mirror of
https://github.com/Xastir/Xastir
synced 2026-08-13 17:46:16 -04:00
Some of the scripts removed in previous commits were being installed by Makefile.am, so the Makefile needed to be adjusted accordingly. c.f. #336
41 lines
785 B
Makefile
41 lines
785 B
Makefile
#
|
|
# Copyright (C) 2000-2026 The Xastir Group
|
|
#
|
|
|
|
scriptsdir=${pkgdatadir}/scripts
|
|
dist_scripts_DATA = \
|
|
ads-b.pl \
|
|
ais.pl \
|
|
ais_pp.pl \
|
|
Coordinate.pm \
|
|
coord-convert.pl \
|
|
geopdf2gtiff.pl \
|
|
get-BOMdata \
|
|
get-fcc-rac.pl \
|
|
get-NWSdata \
|
|
gpx2shape \
|
|
icontable.pl \
|
|
inf2geo.pl \
|
|
kiss-off.pl \
|
|
langElmerFudd.pl \
|
|
langMuppetsChef.pl \
|
|
langOldeEnglish.pl \
|
|
langPigLatin.pl \
|
|
langPirateEnglish.pl \
|
|
mapfgd.pl \
|
|
object2shp.pl \
|
|
overlay.pl \
|
|
ozi2geo.pl \
|
|
permutations.pl \
|
|
pos2shp.pl \
|
|
slideshow.pl \
|
|
test_coord.pl \
|
|
track-get.pl \
|
|
update_langfile.pl \
|
|
waypoint-get.pl \
|
|
wms.pl \
|
|
wxnowsrv.pl
|
|
|
|
install-data-hook:
|
|
cd $(DESTDIR)$(scriptsdir) && \
|
|
chmod a+x *.pl get-* gpx2*
|