summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 30ea076f..a8bdca73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ endif
PYTHONPAGES_DIST = gpsprof.1 gpsfake.1 gpscat.1
if HAVE_PYTHON
dist_bin_SCRIPTS = gpsprof gpsfake gpscat xgps
-python_PYTHON = gps.py gpsfake.py gpscap.py
+python_PYTHON = gpsfake.py gpscap.py
PYTHONPAGES = $(PYTHONPAGES_DIST)
endif
@@ -492,10 +492,6 @@ indent:
chmod u-w maskdump.c
@echo "Diff lines:" `svn diff | wc -l`
-# Bogon-checking the Python tools
-pychecker:
- for f in gps.py gpsfake.py leapsecond.py; do pychecker $$f; done
-
version:
@echo $(VERSION)