diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-07 20:29:30 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-09 17:54:33 +0300 |
commit | e7c263cf1be6b42fbbc2e294ee4d7b7a61dcac7e (patch) | |
tree | 62b8b3c7280899804bfee5028897df4de6b16a2a /scripts/texlive/tlpsrc | |
parent | move kpathsea to tlcore (diff) | |
download | tex-e7c263cf1be6b42fbbc2e294ee4d7b7a61dcac7e.tar.gz tex-e7c263cf1be6b42fbbc2e294ee4d7b7a61dcac7e.tar.bz2 tex-e7c263cf1be6b42fbbc2e294ee4d7b7a61dcac7e.zip |
move hypen-base to tlcore
svn path=/; revision=396
Diffstat (limited to 'scripts/texlive/tlpsrc')
-rw-r--r-- | scripts/texlive/tlpsrc/Makefile.def | 2 | ||||
-rw-r--r-- | scripts/texlive/tlpsrc/texlive-basic.extraexec | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/texlive/tlpsrc/Makefile.def b/scripts/texlive/tlpsrc/Makefile.def index 47dc443..316708e 100644 --- a/scripts/texlive/tlpsrc/Makefile.def +++ b/scripts/texlive/tlpsrc/Makefile.def @@ -33,7 +33,7 @@ DESC = texlive-basic texlive-bibtexextra \ texlive-xetex \ texlive-documentation-slovenian -EXTRA_ZIP = tetex tetex.doc texlive.infra texlive.infra.doc kpathsea kpathsea.doc +EXTRA_ZIP = tetex tetex.doc texlive.infra texlive.infra.doc kpathsea kpathsea.doc hyphen-base #bin-aleph bin-omega # Collections that just need to be distfiles diff --git a/scripts/texlive/tlpsrc/texlive-basic.extraexec b/scripts/texlive/tlpsrc/texlive-basic.extraexec index 5ba0e9f..aa9dcc0 100644 --- a/scripts/texlive/tlpsrc/texlive-basic.extraexec +++ b/scripts/texlive/tlpsrc/texlive-basic.extraexec @@ -4,3 +4,4 @@ sed -i -e "s/tetex //" $@ sed -i -e "s/texlive[.]infra //" $@ sed -i -e "s/dvipdfmx //" $@ sed -i -e "s/kpathsea //" $@ +sed -i -e "s/hyphen-base //" $@ |