[rtems-docs commit] common/latex.py: Remove hack for CentOS. Use Texlive per instructions.

Joel Sherrill joel at rtems.org
Wed Feb 13 22:35:19 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    603731cda8a32de7a4186cc7ca3bd1fdd115913f
Changeset: http://git.rtems.org/rtems-docs/commit/?id=603731cda8a32de7a4186cc7ca3bd1fdd115913f

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Feb 13 16:16:38 2019 -0600

common/latex.py: Remove hack for CentOS. Use Texlive per instructions.

---

 common/latex.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/common/latex.py b/common/latex.py
index 9704486..a042510 100644
--- a/common/latex.py
+++ b/common/latex.py
@@ -72,14 +72,6 @@ package_optional = ['inconsolata',
 # name here.
 #
 hosts = {
-    # All versions of CentOS until told otherwise
-    'Linux/centos' : { '.*' : ['capt-of.sty',
-                               'eqparbox.sty',
-                               'environ.sty',
-                               'ifplatform.sty',
-                               'trimspaces.sty',
-                               'slantsc.sty',
-                               'upquote.sty'] }
 }
 
 def tex_test(test):




More information about the vc mailing list