Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dóra Kocsis
dynare
Commits
ef4df1df
Verified
Commit
ef4df1df
authored
Feb 17, 2020
by
Sébastien Villemot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build system: adapt for renaming of NEWS to NEWS.md
parent
a79dbe57
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile.am
Makefile.am
+1
-1
macOS/build.sh
macOS/build.sh
+1
-1
windows/build.sh
windows/build.sh
+1
-1
windows/dynare.nsi
windows/dynare.nsi
+2
-2
No files found.
Makefile.am
View file @
ef4df1df
...
...
@@ -16,7 +16,7 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST
=
\
matlab
\
contrib
\
NEWS
\
NEWS
.md
\
license.txt
\
README.md
\
COPYING
\
...
...
macOS/build.sh
View file @
ef4df1df
...
...
@@ -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
"
...
...
windows/build.sh
View file @
ef4df1df
...
...
@@ -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
"
...
...
windows/dynare.nsi
View file @
ef4df1df
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment