[PATCH 2/2] common/latex.py: Remove hack for CentOS. Use Texlive per instructions.
Joel Sherrill
joel at rtems.org
Wed Feb 13 22:17:50 UTC 2019
---
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):
--
1.8.3.1
More information about the devel
mailing list