xastir/scripts/Makefile.am
Tom Russo 91228a9274 Adjust Makefile after removal of scripts
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
2026-07-29 13:11:29 -06:00

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*