X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=Makefile.base;h=0d365b8448b1c4d7f4bda91c0aca3ff1b70307f8;hp=fe47347a1df6af94413ae8280c7fbde0d46b05f5;hb=5a6481dc6e87db089f93ef04bd03686916d42a88;hpb=5a1f942d51553ab482d01c44bb093dd4187c0799 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..."