From 7ec3c447fd1cd7d73b1671d785cafc8e3060078a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 26 Aug 2015 12:11:07 +1000 Subject: [PATCH] copy notes.pdf to Build\Releasei and link to it from index.html --- .gitattributes | 1 + lib/isc/win32/libisc.vcxproj.in | 1 + win32utils/index.html | 3 ++- win32utils/legacy/BuildSetup.bat.in | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..b69da9a28f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.vcxproj.in eol=crlf diff --git a/lib/isc/win32/libisc.vcxproj.in b/lib/isc/win32/libisc.vcxproj.in index 8aa33cd8f9..9db3411bd4 100644 --- a/lib/isc/win32/libisc.vcxproj.in +++ b/lib/isc/win32/libisc.vcxproj.in @@ -176,6 +176,7 @@ copy ..\HISTORY ..\Build\Release copy readme1st.txt ..\Build\Release copy index.html ..\Build\Release 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 diff --git a/win32utils/index.html b/win32utils/index.html index e43613d9bc..36af4865ae 100644 --- a/win32utils/index.html +++ b/win32utils/index.html @@ -27,7 +27,8 @@ README
  • FAQ | CHANGES | - COPYRIGHT + COPYRIGHT | + RELEASE NOTES
  • Migration: v8 to v9 | v4 to v9
  • named | diff --git a/win32utils/legacy/BuildSetup.bat.in b/win32utils/legacy/BuildSetup.bat.in index 7529dfc28b..8a8c474d8d 100644 --- a/win32utils/legacy/BuildSetup.bat.in +++ b/win32utils/legacy/BuildSetup.bat.in @@ -46,6 +46,7 @@ copy ..\..\HISTORY ..\..\Build\Release copy ..\readme1st.txt ..\..\Build\Release copy ..\index.html ..\..\Build\Release 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