summaryrefslogtreecommitdiff
path: root/libcmark-gfm-extensions/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libcmark-gfm-extensions/buildfile')
-rw-r--r--libcmark-gfm-extensions/buildfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcmark-gfm-extensions/buildfile b/libcmark-gfm-extensions/buildfile
new file mode 100644
index 0000000..f2c47c5
--- /dev/null
+++ b/libcmark-gfm-extensions/buildfile
@@ -0,0 +1,10 @@
+# file : buildfile
+# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
+# license : FreeBSD 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