From 8eb2323ec3dee24537b6d8b5b96c2d8c57a0e27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 4 Jun 2020 11:09:27 +0200 Subject: [PATCH] Stop building release notes as a separate sphinx-doc document The release notes were previously built as a separate document (including the PDF version). It was agreed that this doesn't make much sense, so the release notes are now included only as an appendix to the BIND 9 ARM. --- doc/arm/conf.py | 4 --- lib/isc/win32/libisc.vcxproj.in | 49 --------------------------------- 2 files changed, 53 deletions(-) diff --git a/doc/arm/conf.py b/doc/arm/conf.py index dbf9cd7086..9f83056577 100644 --- a/doc/arm/conf.py +++ b/doc/arm/conf.py @@ -68,9 +68,6 @@ exclude_patterns = [ # The master toctree document. master_doc = 'index' -# Additional documents -notes_doc = 'notes' - # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for @@ -84,7 +81,6 @@ latex_engine = 'xelatex' # pylint disable=line-too-long latex_documents = [ (master_doc, 'Bv9ARM.tex', u'BIND 9 Administrator Reference Manual', author, 'manual'), - (notes_doc, 'notes.tex', u'BIND 9 Release Notes', author, 'howto'), ] latex_logo = "isc-logo.pdf" diff --git a/lib/isc/win32/libisc.vcxproj.in b/lib/isc/win32/libisc.vcxproj.in index 297df38905..a695a205e5 100644 --- a/lib/isc/win32/libisc.vcxproj.in +++ b/lib/isc/win32/libisc.vcxproj.in @@ -187,55 +187,6 @@ copy InstallFiles ..\Build\Debug\ if NOT Exist ..\Build mkdir ..\Build if NOT Exist ..\Build\Release mkdir ..\Build\Release -echo Copying the ARM and the Installation Notes. - -copy ..\COPYRIGHT ..\Build\Release -copy ..\README ..\Build\Release -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 -copy ..\FAQ ..\Build\Release - -echo Copying the standalone manual pages. - -copy ..\bin\named\named.html ..\Build\Release -copy ..\bin\named\named.conf.html ..\Build\Release -copy ..\bin\rndc\*.html ..\Build\Release -copy ..\bin\confgen\*.html ..\Build\Release -copy ..\bin\dig\*.html ..\Build\Release -copy ..\bin\delv\*.html ..\Build\Release -copy ..\bin\nsupdate\*.html ..\Build\Release -copy ..\bin\check\*.html ..\Build\Release -copy ..\bin\dnssec\dnssec-keygen.html ..\Build\Release -copy ..\bin\dnssec\dnssec-signzone.html ..\Build\Release -copy ..\bin\dnssec\dnssec-dsfromkey.html ..\Build\Release -copy ..\bin\dnssec\dnssec-keyfromlabel.html ..\Build\Release -copy ..\bin\dnssec\dnssec-settime.html ..\Build\Release -copy ..\bin\dnssec\dnssec-revoke.html ..\Build\Release -copy ..\bin\dnssec\dnssec-verify.html ..\Build\Release -copy ..\bin\dnssec\dnssec-importkey.html ..\Build\Release -@IF PKCS11 -copy ..\bin\pkcs11\pkcs11-keygen.html ..\Build\Release -copy ..\bin\pkcs11\pkcs11-list.html ..\Build\Release -copy ..\bin\pkcs11\pkcs11-destroy.html ..\Build\Release -copy ..\bin\pkcs11\pkcs11-tokens.html ..\Build\Release -@END PKCS11 -copy ..\bin\tools\arpaname.html ..\Build\Release -copy ..\bin\tools\named-journalprint.html ..\Build\Release -copy ..\bin\tools\named-rrchecker.html ..\Build\Release -copy ..\bin\tools\nsec3hash.html ..\Build\Release -copy ..\bin\tools\mdig.html ..\Build\Release - -echo Copying the migration notes. - -copy ..\doc\misc\migration ..\Build\Release -copy ..\doc\misc\migration-4to9 ..\Build\Release - echo Copying the OpenSSL DLL and LICENSE. copy @OPENSSL_DLL@ ..\Build\Release\