From b2c5f7d10265794a5778546f2e3eca7d763eab56 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 24 Jun 2014 20:31:50 -0700 Subject: 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 --- telegps/.gitignore | 2 +- telegps/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'telegps') 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 -- cgit v1.2.3