summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-12 19:54:27 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-12 19:54:27 -0400
commit4606540908a936bd22dbb7989862ff547067251a (patch)
treec0e18d2bb489306428b1978873d367ccb9ad1671 /SConstruct
parent071229a69da1bd0a1294812c8c7b4cfa4a195d8b (diff)
downloadgpsd-4606540908a936bd22dbb7989862ff547067251a.tar.gz
Add gpsd.php to default target list.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index d8586a66..31d07565 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1075,7 +1075,7 @@ if manbuilder:
## Where it all comes together
-build = env.Alias('build', [libraries, binaries, python_built_extensions, manpage_targets])
+build = env.Alias('build', [libraries, binaries, python_built_extensions, "gpsd.php", manpage_targets])
env.Clean(build,
map(glob.glob,("*.[oa]", "*.os", "*.os.*", "*.pyc", "gps/*.pyc")) + \
generated_sources + \