summaryrefslogtreecommitdiff
path: root/libcurl/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libcurl/buildfile')
-rw-r--r--libcurl/buildfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcurl/buildfile b/libcurl/buildfile
new file mode 100644
index 0000000..04c29b8
--- /dev/null
+++ b/libcurl/buildfile
@@ -0,0 +1,10 @@
+# file : buildfile
+# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
+# license : cURL License; see accompanying COPYING file
+#
+./: {*/ -build/} doc{COPYING INSTALL README} manifest
+
+# Don't install tests or the INSTALL file.
+#
+tests/: install = false
+doc{INSTALL}@./: install = false