Skip to content
Snippets Groups Projects
Commit 801154db authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Do not install LICENSE.md files of submodules under /usr/lib/dynare/matlab.

parent 5d96e8c2
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ install-exec-local: ...@@ -48,6 +48,7 @@ install-exec-local:
cp -r contrib/jsonlab $(DESTDIR)$(pkglibdir)/contrib/jsonlab cp -r contrib/jsonlab $(DESTDIR)$(pkglibdir)/contrib/jsonlab
cp -r examples $(DESTDIR)$(pkglibdir) cp -r examples $(DESTDIR)$(pkglibdir)
cp -r matlab $(DESTDIR)$(pkglibdir) cp -r matlab $(DESTDIR)$(pkglibdir)
find $(DESTDIR)$(pkglibdir) -name LICENSE.md -delete
rm -rf $(DESTDIR)$(pkglibdir)/matlab/preprocessor* rm -rf $(DESTDIR)$(pkglibdir)/matlab/preprocessor*
{ \ { \
if [ -z "`file preprocessor/dynare_m | grep x86.64`" ]; then \ if [ -z "`file preprocessor/dynare_m | grep x86.64`" ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment