From d06680b51a6daf46f940829d4911f7ad6437f33a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 21 Nov 2015 12:19:51 +1100 Subject: [PATCH] fix path for CHANGES.SE (cherry picked from commit e948cf361c75ff0a64bb3365271efbbdaec740f3) --- win32utils/legacy/BuildSetup.bat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32utils/legacy/BuildSetup.bat.in b/win32utils/legacy/BuildSetup.bat.in index df8690edae..d6afbb03ab 100644 --- a/win32utils/legacy/BuildSetup.bat.in +++ b/win32utils/legacy/BuildSetup.bat.in @@ -49,7 +49,7 @@ copy ..\..\doc\arm\*.html ..\..\Build\Release copy ..\..\doc\arm\notes.pdf ..\..\Build\Release copy ..\..\doc\arm\Bv9ARM.pdf ..\..\Build\Release copy ..\..\CHANGES ..\..\Build\Release -if Exist ..\CHANGES.SE copy ..\CHANGES.SE ..\Build\Release +if Exist ..\..\CHANGES.SE copy ..\..\CHANGES.SE ..\..\Build\Release copy ..\..\FAQ ..\..\Build\Release echo Copying the standalone manual pages.