diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 13:37:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 13:37:38 +0200 |
commit | 1c6d5d4b6aea06554d6d3342262b8d551bf816fd (patch) | |
tree | 217b44c01466eefda361987781faba6b19ed109b /hello/makefile | |
parent | 01c9e7c9cc51ad1795de6c556d196d46b931402b (diff) |
README files for the examples
Diffstat (limited to 'hello/makefile')
-rw-r--r-- | hello/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hello/makefile b/hello/makefile index 8192aae..2d32e16 100644 --- a/hello/makefile +++ b/hello/makefile @@ -70,9 +70,10 @@ $(dist): sources := $(cxx_tun) $(dist): headers := $(odb_hdr) $(dist): export name := $(name) $(dist): export odb_header_stem := $(basename $(odb_hdr)) -$(dist): export extra_dist := $(call vc9projs,$(name)) $(call vc10projs,$(name)) +$(dist): export extra_dist := README $(call vc9projs,$(name)) \ +$(call vc10projs,$(name)) $(dist): - $(call dist-data,$(sources) $(headers) database.hxx) + $(call dist-data,$(sources) $(headers) README database.hxx) $(call meta-automake,../template/Makefile.am) $(call meta-vc9projs,../template/template,$(name)) $(call meta-vc10projs,../template/template,$(name)) |