From 19dc42649183b2e1cd37be1ca69145dafe1330a2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 3 May 2019 22:19:55 +0300 Subject: Add implementation --- libcmark-gfm-extensions/buildfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libcmark-gfm-extensions/buildfile (limited to 'libcmark-gfm-extensions/buildfile') 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 -- cgit v1.1