From: Mark Andrews Date: Wed, 26 Aug 2015 02:11:07 +0000 (+1000) Subject: copy notes.pdf to Build\Releasei and link to it from index.html X-Git-Tag: v9.11.0a1~523 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7ec3c447fd1cd7d73b1671d785cafc8e3060078a;p=thirdparty%2Fbind9.git copy notes.pdf to Build\Releasei and link to it from index.html --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..b69da9a28fb --- /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 8aa33cd8f90..9db3411bd41 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 e43613d9bc6..36af4865ae6 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 7529dfc28bf..8a8c474d8d4 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