diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-24 20:31:50 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-24 20:58:49 -0700 |
commit | b2c5f7d10265794a5778546f2e3eca7d763eab56 (patch) | |
tree | bae3475ebb32b6642c02df9812e9443a3ff833df /telegps | |
parent | d1065424d144b8dab949db7e57140ffdf244bd48 (diff) |
Clean all .desktop files, ignore them too
All .desktop files are built from .desktop.in files, so just remove
all of them in make clean, and ignore all of them in .gitignore.
This makes the rename less painful.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps')
-rw-r--r-- | telegps/.gitignore | 2 | ||||
-rw-r--r-- | telegps/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/telegps/.gitignore b/telegps/.gitignore index 37e46ad1..1af9e0f1 100644 --- a/telegps/.gitignore +++ b/telegps/.gitignore @@ -17,7 +17,7 @@ TeleGPS-Linux-*.tar.bz2 TeleGPS-Linux-*.sh TeleGPS-Mac-*.zip TeleGPS-Windows-*.exe -altusmetrum-telegps.desktop +*.desktop telegps-windows.log *.dll *.dylib diff --git a/telegps/Makefile.am b/telegps/Makefile.am index 3f53b949..6138b004 100644 --- a/telegps/Makefile.am +++ b/telegps/Makefile.am @@ -112,7 +112,7 @@ clean-local: $(ALTOSUILIB_CLASS) \ $(JFREECHART_CLASS) $(JCOMMON_CLASS) $(LIBALTOS) Manifest.txt Manifest-fat.txt \ telegps telegps-test telegps-jdb macosx linux windows telegps-windows.log \ - telegps-windows.nsi + telegps-windows.nsi *.desktop EXTRA_DIST = $(desktop_file).in |