diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-06 01:15:38 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-06 01:15:38 +0000 |
commit | 8ef256aeff4c75e7a6d3fc2b9e4882869ce5f8ac (patch) | |
tree | 796dc3bf9e07f778e3cd272e2c746054e8013e67 /default.bld | |
parent | fd68a35f1f04b6334985d73e5d19ff7f984a636c (diff) | |
download | libbu++-8ef256aeff4c75e7a6d3fc2b9e4882869ce5f8ac.tar.gz libbu++-8ef256aeff4c75e7a6d3fc2b9e4882869ce5f8ac.tar.bz2 libbu++-8ef256aeff4c75e7a6d3fc2b9e4882869ce5f8ac.tar.xz libbu++-8ef256aeff4c75e7a6d3fc2b9e4882869ce5f8ac.zip |
Another fix for markdown files.
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.bld b/default.bld index 7435d3a..457c71b 100644 --- a/default.bld +++ b/default.bld | |||
@@ -312,8 +312,8 @@ target PKG_BASE + ".xz" | |||
312 | 312 | ||
313 | rule "tarball" | 313 | rule "tarball" |
314 | { | 314 | { |
315 | input matches("LICENSE", "Makefile", "*.cpp", "*.h", "*.conf", "*.bld", | 315 | input matches("LICENSE", "*.md", "Makefile", "*.cpp", "*.h", "*.conf", |
316 | "Doxyfile", "*.vim", "*.sh", "*.unit", "api", "version"); | 316 | "*.bld", "Doxyfile", "*.vim", "*.sh", "*.unit", "api", "version"); |
317 | profile "build" | 317 | profile "build" |
318 | { | 318 | { |
319 | OUTDIR = OUTPUT.replace(".tar",""); | 319 | OUTDIR = OUTPUT.replace(".tar",""); |