Index of /archives/text/CTAN/obsolete/graphics/metapost/base/source/texk/texlive/linked_scripts
Name Last modified Size Description
Parent Directory -
ChangeLog 2013-06-16 23:38 7.4K
Makefile.am 2013-06-16 23:38 9.3K
Makefile.in 2013-06-16 23:38 22K
README 2013-06-16 23:38 1.3K
a2ping/ 2013-06-21 00:43 -
accfonts/ 2013-06-21 00:43 -
adhocfilelist/ 2013-06-21 00:43 -
arara/ 2013-06-21 00:43 -
authorindex/ 2013-06-21 00:43 -
bibexport/ 2013-06-21 00:43 -
bundledoc/ 2013-06-21 00:43 -
cachepic/ 2013-06-21 00:43 -
checkcites/ 2013-06-21 00:43 -
context/ 2013-06-21 00:43 -
convbkmk/ 2013-06-21 00:43 -
ctanify/ 2013-06-21 00:43 -
ctanupload/ 2013-06-21 00:43 -
de-macro/ 2013-06-21 00:43 -
dosepsbin/ 2013-06-21 00:43 -
dtxgen/ 2013-06-21 00:43 -
dviasm/ 2013-06-21 00:43 -
ebong/ 2013-06-21 00:43 -
epspdf/ 2013-06-21 00:43 -
epstopdf/ 2013-06-21 00:43 -
exceltex/ 2013-06-21 00:43 -
fig4latex/ 2013-06-21 00:43 -
findhyph/ 2013-06-21 00:43 -
fontools/ 2013-06-21 00:43 -
fragmaster/ 2013-06-21 00:43 -
glossaries/ 2013-06-21 00:43 -
installfont/ 2013-06-21 00:43 -
jfontmaps/ 2013-06-21 00:43 -
latex2man/ 2013-06-21 00:43 -
latexdiff/ 2013-06-21 00:43 -
latexfileversion/ 2013-06-21 00:43 -
latexmk/ 2013-06-21 00:43 -
latexpand/ 2013-06-21 00:43 -
listbib/ 2013-06-21 00:43 -
listings-ext/ 2013-06-21 00:43 -
ltxfileinfo/ 2013-06-21 00:43 -
lua2dox/ 2013-06-21 00:43 -
luaotfload/ 2013-06-21 00:43 -
m-tx/ 2013-06-21 00:43 -
match_parens/ 2013-06-21 00:43 -
mathspic/ 2013-06-21 00:43 -
mf2pt1/ 2013-06-21 00:43 -
mkgrkindex/ 2013-06-21 00:43 -
mkjobtexmf/ 2013-06-21 00:43 -
multibibliography/ 2013-06-21 00:43 -
musixtex/ 2013-06-21 00:43 -
oberdiek/ 2013-06-21 00:43 -
pax/ 2013-06-21 00:43 -
pdfcrop/ 2013-06-21 00:43 -
pdfjam/ 2013-06-21 00:43 -
pedigree-perl/ 2013-06-21 00:43 -
perltex/ 2013-06-21 00:43 -
pfarrei/ 2013-06-21 00:43 -
pkfix-helper/ 2013-06-21 00:43 -
pkfix/ 2013-06-21 00:43 -
pmx/ 2013-06-21 00:43 -
pst-pdf/ 2013-06-21 00:43 -
pst2pdf/ 2013-06-21 00:43 -
ptex2pdf/ 2013-06-21 00:43 -
purifyeps/ 2013-06-21 00:43 -
scripts.lst 2013-06-16 23:38 2.3K
simpdftex/ 2013-06-21 00:43 -
splitindex/ 2013-06-21 00:43 -
sty2dtx/ 2013-06-21 00:43 -
svn-multi/ 2013-06-21 00:43 -
texcount/ 2013-06-21 00:43 -
texdef/ 2013-06-21 00:43 -
texdiff/ 2013-06-21 00:43 -
texdirflatten/ 2013-06-21 00:43 -
texdoc/ 2013-06-21 00:43 -
texlive/ 2013-06-21 00:43 -
texliveonfly/ 2013-06-21 00:43 -
texloganalyser/ 2013-06-21 00:43 -
thumbpdf/ 2013-06-21 00:43 -
typeoutfileinfo/ 2013-06-21 00:43 -
ulqda/ 2013-06-21 00:43 -
urlbst/ 2013-06-21 00:43 -
vpe/ 2013-06-21 00:43 -
$Id: README 25340 2012-02-09 08:05:12Z peter $
Copyright (C) 2012 Norbert Preining <tex-live@tug.org>
You may freely use, modify and/or distribute this file.
source/texk/texlive/linked_scripts
==================================
This directory contains copies of the scripts that are shipped within
TeX Live. See more discussion, rationale, etc., in ./Makefile.am.
Steps to add a new script (take your time, do it right):
* svn mkdir the directory with the package name, and add the script
* add the dir/script-name to Makefile.am in the respective section
(shell vs general interpreter, texmf vs texmf-dist)
* add the package/script to ctan2tds so that is found and installed
automatically (%specialscripts), etc.
* get ctan2tl to run properly
* cd .. && autoreconf -v
But only commit the results of this last if you have the same version
of GNU m4, libtool, autoconf, automake, etc., installed that were
already used (generally the latest official releases). And if you
have installed the original versions straight from ftp.gnu.org for
yourself -- don't use versions from distro packages.
* make -C BLD/texk/texlive/linked_scripts scripts-list
where BLD is the build tree, to update the file scripts.lst in the
source tree (or manually update that file).