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/Makefile.am | |
| 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/Makefile.am')
| -rw-r--r-- | telegps/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
