diff --git a/docs/manuals/en/new_main_reference/destfiles.txt b/docs/manuals/en/new_main_reference/destfiles.txt index 53ce5b302f7..6dab44b80cf 100755 --- a/docs/manuals/en/new_main_reference/destfiles.txt +++ b/docs/manuals/en/new_main_reference/destfiles.txt @@ -4,9 +4,9 @@ #chapter03/webui.tex #chapter04/update.tex #chapter05/quickstart.tex -chapter06/tutorial.tex +#chapter06/tutorial.tex #chapter07/critical.tex -#chapter08/configure.tex +chapter08/configure.tex #chapter09/dirdconf.tex #chapter10/storedconf.tex #chapter11/filedconf.tex diff --git a/docs/manuals/en/new_main_reference/post_conversion_changes.sh b/docs/manuals/en/new_main_reference/post_conversion_changes.sh index 7683b42bdd0..7de440d601f 100755 --- a/docs/manuals/en/new_main_reference/post_conversion_changes.sh +++ b/docs/manuals/en/new_main_reference/post_conversion_changes.sh @@ -7,6 +7,11 @@ PERL="perl -i.bak -pe" # links # ${PERL} 's#':raw-latex:`\\elink\{fork\}\{http://www.bareos.org/en/faq/items/why_fork.html\}`#`\1 \2>`_#g' +${PERL} 's#:raw-latex:`\\bareosWhitepaperTapeSpeedTuning`#\\elink{Bareos Whitepaper Tape Speed Tuning}{http://www.bareos.org/en/Whitepapers/articles/Speed_Tuning_of_Tape_Drives.html}#g' ${DESTFILE} +${PERL} 's#:raw-latex:`\\bareosMigrateConfigSh `#\\elink{bareos-migrate-config.sh}{https://github.com/bareos/bareos-contrib/blob/master/misc/bareos-migrate-config/bareos-migrate-config.sh} #g' ${DESTFILE} +${PERL} 's#:raw-latex:`\\bareosTlsConfigurationExample`#\\elink{Bareos Regression Testing Base Configuration}{https://github.com/bareos/bareos-regress/tree/master/configs/BASE/}#g' ${DESTFILE} +${PERL} 's#:raw-latex:`\\externalReferenceDroplet`#\\url{https://github.com/scality/Droplet}#g' ${DESTFILE} +${PERL} 's#:raw-latex:`\\externalReferenceIsilonNdmpEnvironmentVariables`#}\elink{Isilon OneFS 7.2.0 CLI Administration Guide}{https://www.emc.com/collateral/TechnicalDocument/docu56048.pdf}, section \bquote{NDMP environment variables}#g' ${DESTFILE} @@ -89,9 +94,8 @@ ${PERL} 's#:raw-latex:`\\package\{(.*?)\}`#**\1**#g' ${DESTFILE} ${PERL} 's# .. raw:: latex##g' ${DESTFILE} # \parameter -perl -i -pe 's#:raw-latex:`\\parameter\{(.*?)\}`#:option:`\1`#g' ${DESTFILE} -perl -i -pe 's#\\parameter\{(.*?)\}#:option:`\1`#g' ${DESTFILE} - +perl -i -pe 's#(\s+):raw-latex:`\\parameter\{(.*?)\}(\s*)`#\1 :option:`\2`\3#g' ${DESTFILE} +perl -i -pe 's#(\s+)\\parameter\{(.*?)\}(\s*)#\1 :option:`\2`\3#g' ${DESTFILE} # sinceversion @@ -239,6 +243,9 @@ ${PERL} 's#:raw-latex:`\\NdmpBareos`#NDMP_BAREOS#g' ${DESTFILE} ${PERL} 's|:raw-latex:`\\fileset\{(.*)\}`|**\1**|g' ${DESTFILE} +${PERL} 's#\\cmlink\{(.*)\}#**\1**#g' ${DESTFILE} +${PERL} 's#:raw-latex:`\\cmlink\{([^}]*)\}`#**\1**#g' ${DESTFILE} + # remove stuff that has no meaning anymore ${PERL} 's#\\footnotesize##g' ${DESTFILE} ${PERL} 's#\\normalsize##g' ${DESTFILE}