summaryrefslogtreecommitdiff
path: root/psql/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'psql/buildfile')
-rw-r--r--psql/buildfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/psql/buildfile b/psql/buildfile
new file mode 100644
index 0000000..c1d9e0e
--- /dev/null
+++ b/psql/buildfile
@@ -0,0 +1,9 @@
+# file : buildfile
+# license : PostgreSQL License; see accompanying COPYRIGHT file
+
+./: {*/ -build/} doc{INSTALL README} legal{COPYRIGHT} manifest
+
+# Don't install tests or the INSTALL file.
+#
+tests/: install = false
+doc{INSTALL}@./: install = false