From 1c6d5d4b6aea06554d6d3342262b8d551bf816fd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Sep 2010 13:37:38 +0200 Subject: README files for the examples --- template/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/makefile b/template/makefile index 887385f..19a898b 100644 --- a/template/makefile +++ b/template/makefile @@ -69,9 +69,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)) -- cgit v1.1