summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-31 14:53:33 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-31 16:13:09 -0400
commitf9c1821f0693bd5e41649de644091a890685a436 (patch)
tree1df26efc94b985f42b051e81d758e83359c9db8c /SConstruct
parent1be4ac46a4ab216e259720c8ba31b9de71140127 (diff)
downloadgpsd-f9c1821f0693bd5e41649de644091a890685a436.tar.gz
Documentation update.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct20
1 files changed, 10 insertions, 10 deletions
diff --git a/SConstruct b/SConstruct
index 03695708..1cbff0c1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2,18 +2,18 @@
# Important targets:
#
-# build - build the software (default)
-# dist - make distribution tarball
-# install - install programs, libraries, and manual pages
-# uninstall - undo an install
+# build - build the software (default)
+# dist - make distribution tarball
+# install - install programs, libraries, and manual pages
+# uninstall - undo an install
#
-# check - run regression and unit tests.
-# audit - run code-auditing tools
-# testbuild - test-build the code from a tarball
-# website - refresh the website
-# release - ship a release
+# check - run regression and unit tests.
+# audit - run code-auditing tools
+# testbuild - test-build the code from a tarball
+# website - refresh the website
+# release - ship a release
#
-# clean - clean all normal build targets
+# --clean - clean all normal build targets
# sconsclean - clean up scons dotfiles (but not the database)
#
# Setting the DESTDIR environment variable will prefix the install destinations