Build system: add MS-SBVAR to dist tarball

time-shift
Sébastien Villemot 2011-02-22 16:51:23 +01:00
parent 23b9274884
commit eb0255d526
2 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,7 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
matlab \
ms-sbvar \
uncrustify.cfg \
license.txt \
dynare.el \
@ -32,3 +33,4 @@ dist-hook:
rm -rf `find $(distdir)/matlab $(distdir)/examples -name *~`
rm -f $(distdir)/matlab/dynare_m$(EXEEXT) $(distdir)/matlab/dynare_version.m
$(MKDIR_P) $(distdir)/mex/matlab $(distdir)/mex/octave
rm -rf `find $(distdir)/ms-sbvar -name '.git*'`

View File

@ -11,7 +11,8 @@ EXTRA_DIST = \
k_order_perturbation \
ordschur \
libslicot \
kalman_steady_state
kalman_steady_state \
ms-sbvar
clean-local:
rm -rf `find mex/sources -name *.o`