trunk: added missing files in distclean rule of top-level Makefile

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2738 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-06-08 20:52:25 +00:00
parent cd49809994
commit 87906b8ed1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ clean:
distclean: clean
rm -f config.log config.status
rm -rf autom4te.cache
rm -f Makefile preprocessor/Makefile doc/Makefile doc/preprocessor/Makefile doc/macroprocessor/Makefile doc/userguide/Makefile
rm -f Makefile preprocessor/Makefile doc/Makefile doc/preprocessor/Makefile doc/macroprocessor/Makefile doc/userguide/Makefile matlab/dynare_version.m windows/dynare-version.nsi
.PHONY: distclean
TARBASENAME=@PACKAGE_NAME@-@PACKAGE_VERSION@