summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-21 13:59:30 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-21 13:59:30 -0400
commitc4e21d750eb3f139c1378b0cb6f9ee47ef4de0d5 (patch)
treeaa721d8806499f773d12b57834f9444b3073f5c8
parent4fe7fc60cd1f0f08fde989d8c12b018404092afc (diff)
downloadgpsd-c4e21d750eb3f139c1378b0cb6f9ee47ef4de0d5.tar.gz
Clean generated manual pages properly.
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f7a0c709..c5e8492a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1845,7 +1845,7 @@ Utility('udev-test', '', [
# Ordinary cleanup
clean = env.Clean(build,
- map(glob.glob,("*.[oa]", "*.os", "*.os.*", "*.gcno", "*.pyc", "gps/*.pyc", "TAGS")) + \
+ map(glob.glob,("*.[oa]", "*.[1358]", "*.os", "*.os.*", "*.gcno", "*.pyc", "gps/*.pyc", "TAGS")) + \
generated_sources + base_manpages.keys() + \
map(lambda f: f[:-3], templated))