mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
- Add svg icon installed into a standard icons dir instead of the non-standard dimensions png in pixmaps - Rename the desktop icon to just "gpredict" to match desktop file name - Add AppStream metainfo file - Fix Makefile formatting
8 lines
167 B
Makefile
8 lines
167 B
Makefile
SUBDIRS = satdata desktop metainfo
|
|
|
|
gpredict_datdir = $(pkgdatadir)/data
|
|
|
|
gpredict_dat_DATA = locations.dat sample.qth Amateur.mod
|
|
|
|
EXTRA_DIST = $(gpredict_dat_DATA)
|
|
|