aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-06 13:44:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-06 13:44:45 +0200
commit74bbc231a1a0d52f74b98335b34247ef036a8d8a (patch)
treecf0fdb90b1ae21c4ee40139be68af637b38bb74d /makefile
parent7fb8bd03f6af5fe48c3c713f6e23bb9e4e2a79da (diff)
Add NCUEL to list of documentation files
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4513ec1..96eabfa 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ clean := $(out_base)/.clean
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(dist): export dirs := $(dirs)
-$(dist): export docs := LICENSE README NEWS version
+$(dist): export docs := LICENSE NCUEL README NEWS version
$(dist): data_dist := INSTALL libodb-oracle-vc9.sln libodb-oracle-vc10.sln
$(dist): exec_dist := bootstrap
$(dist): export extra_dist := $(data_dist) $(exec_dist)