Skip to content

Commit

Permalink
ge works
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 27, 2018
1 parent 41cd557 commit 1510125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/manuals/en/new_main_reference/replace.sh
Expand Up @@ -92,6 +92,7 @@ sed -i -E 's|:raw-latex:`\\sinceVersion\{(.*)\}\{(.*)\}\{(.*)\}`|\3|g' *.rst
# file
sed -i -E 's|:raw-latex:`\\file\{(.*)\}`|:file:`\1`|g' *.rst

# clean empty :: at the start of line
sed -i -E 's#^::$##g' *.rst

#code blocks
Expand All @@ -106,6 +107,8 @@ sed -i -E 's#^::$##g' *.rst
sed -i -E 's#\{commands\}\{(.*)\}#\n.. code-block:: sh\n :caption: \1\n#g' *.rst


sed -i -E 's#\$\\ge\$#≥#g' *.rst

#
# DROP SOME STUFF WHICH IS NO LONGER NEEDED
#
Expand Down
4 changes: 2 additions & 2 deletions docs/manuals/en/new_main_reference/source/install.rst
Expand Up @@ -140,7 +140,7 @@ CentOS 7 and Fedora is it included on the main repository.


.. code-block:: sh
:caption: Bareos installation on RHEL $\ge$ 7 / CentOS $\ge$ 7 / Fedora
:caption: Bareos installation on RHEL 7 / CentOS 7 / Fedora
#
# define parameter
Expand Down Expand Up @@ -184,7 +184,7 @@ sure, it is available on your system.


.. code-block:: sh
:caption: Bareos installation on RHEL $\ge$ 6 / CentOS $\ge$ 6
:caption: Bareos installation on RHEL 6 / CentOS 6
#
# add EPEL repository, if not already present.
Expand Down

0 comments on commit 1510125

Please sign in to comment.