X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=Makefile.base;h=0d365b8448b1c4d7f4bda91c0aca3ff1b70307f8;hp=fe47347a1df6af94413ae8280c7fbde0d46b05f5;hb=refs%2Fheads%2Fmaster;hpb=cecce42e57e6eef492b002baf1ea7a0ac7b70283 diff --git a/Makefile.base b/Makefile.base index fe47347..0d365b8 100644 --- a/Makefile.base +++ b/Makefile.base @@ -8,6 +8,7 @@ # - 1.3.0: add 'man' for man(ual) pages # - 1.4.0: remove android stuff (not working anyway) # - 1.5.0: include sources and readme/changelog in jar +# - 1.5.1: include binaries from libs/bin/ into the jar # Required parameters (the commented out ones are supposed to be per project): @@ -153,6 +154,8 @@ $(NAME).jar: resources @ls *.md >/dev/null || cp VERSION README.md @echo "Copying documentation into bin/..." @cp -r *.md bin/ || cp VERSION bin/no-documentation.md + @[ ! -d libs/bin/ ] || echo "Copying additional binaries from libs/bin/ into bin/..." + @[ ! -d libs/bin/ ] || cp -r libs/bin/* bin/ @echo "Copying sources into bin/..." @cp -r src/* bin/ @echo "Making jar..."