diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-25 12:07:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-25 12:07:33 +0200 |
commit | 2ef165437ce47f50110a9b230f302c5cd5fde1d4 (patch) | |
tree | b1b7c14b9b264e8571ec37c3098c8763ef655ca2 /boost | |
parent | 10d9fed7123cdc7fd9287d2cf6fea8c40c2402a0 (diff) |
Add support for examples in subdirectories
Move the schema example to schema/custom.
Diffstat (limited to 'boost')
-rw-r--r-- | boost/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/makefile b/boost/makefile index 5d7e0e2..a6c3517 100644 --- a/boost/makefile +++ b/boost/makefile @@ -76,7 +76,7 @@ $(out_base)/: $(driver) # Dist # -name := $(notdir $(src_base)) +name := $(subst /,-,$(subst $(src_root)/,,$(src_base))) $(dist): db_id := @database@ $(dist): sources := $(cxx_tun) |