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

Build system: adapt for renaming of NEWS to NEWS.md

parent a79dbe57
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
matlab \
contrib \
NEWS \
NEWS.md \
license.txt \
README.md \
COPYING \
......
......@@ -99,7 +99,7 @@ mkdir -p \
if [[ $VERSION == *-unstable* ]]; then
echo "$SHA" > "$PKGFILES"/sha.txt
fi
cp -p "$ROOTDIR"/NEWS "$PKGFILES"
cp -p "$ROOTDIR"/NEWS.md "$PKGFILES"
cp -p "$ROOTDIR"/COPYING "$PKGFILES"
cp -p "$ROOTDIR"/VERSION "$PKGFILES"
cp -p "$ROOTDIR"/license.txt "$PKGFILES"
......
......@@ -248,7 +248,7 @@ ZIPDIR="$TMP_DIRECTORY"/"$ZIPNAME"
mkdir -p "$ZIPDIR"
cd ..
cp -p NEWS "$ZIPDIR"
cp -p NEWS.md "$ZIPDIR"
cp -p VERSION "$ZIPDIR"
cp -p license.txt "$ZIPDIR"
cp -p windows/README.txt "$ZIPDIR"
......
......@@ -50,7 +50,7 @@ Section "Dynare core (preprocessor and M-files)"
SectionIn RO
!insertmacro DETERMINE_CONTEXT
SetOutPath $INSTDIR
File README.txt ..\NEWS ..\license.txt ..\VERSION
File README.txt ..\NEWS.md ..\license.txt ..\VERSION
SetOutPath $INSTDIR\matlab
File /r ..\matlab\*.m
......@@ -172,7 +172,7 @@ Section "Uninstall"
# First delete the uninstaller
Delete $INSTDIR\uninstall.exe
Delete $INSTDIR\README.txt
Delete $INSTDIR\NEWS
Delete $INSTDIR\NEWS.md
Delete $INSTDIR\license.txt
Delete $INSTDIR\VERSION
Rmdir /r $INSTDIR\matlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment