mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Merge branch '83-cleanup-how-we-build-release-notes' into 'master'
Stop building release notes as a separate sphinx-doc document Closes #83 See merge request isc-projects/bind9!3649
This commit is contained in:
commit
970db5691d
@ -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"
|
||||
|
@ -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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user