aboutsummaryrefslogtreecommitdiff
path: root/build/dist.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-26 14:38:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-26 14:38:19 +0200
commitae283997b95c18181091e530ba554624cd93a0e2 (patch)
tree75cd3b0c1f8673421a4768cbd4122b62e31551e8 /build/dist.make
parentf02e82378b210c0ed4670a683a4e4bc2bbc259c9 (diff)
Add 'dist' subsystem for preparing distributions
Diffstat (limited to 'build/dist.make')
-rw-r--r--build/dist.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/dist.make b/build/dist.make
new file mode 100644
index 0000000..eb9748e
--- /dev/null
+++ b/build/dist.make
@@ -0,0 +1,6 @@
+# file : build/dist.make
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+$(call include-once,$(bld_root)/dist/functions.make,$(out_base))