diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:03:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:03:17 +0000 |
commit | ecf966f305f6aeff2bbdf42c82d8425921aa9eda (patch) | |
tree | db606a57e3619610e4c35cae849d41cf4e0937d5 /Master/texmf-dist/source/fontinst/base/fontinst.ins | |
parent | ac3c55a3216b5988f0e48ba9414ddb059f19a699 (diff) |
source 1
git-svn-id: svn://tug.org/texlive/trunk@105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fontinst/base/fontinst.ins')
-rw-r--r-- | Master/texmf-dist/source/fontinst/base/fontinst.ins | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fontinst/base/fontinst.ins b/Master/texmf-dist/source/fontinst/base/fontinst.ins new file mode 100644 index 00000000000..7916a253328 --- /dev/null +++ b/Master/texmf-dist/source/fontinst/base/fontinst.ins @@ -0,0 +1,131 @@ +% +% Copyright 1998, 1999, 2000, 2001 the fontinst maintenance team and any +% individual authors listed elsewhere in this file. All rights reserved. +% +% This file is part of the fontinst system version 1.9. +% ----------------------------------------------------- +% +% It may be distributed under the terms of the LaTeX Project Public +% License, as described in lppl.txt in the base LaTeX distribution. +% Either version 1.1 or, at your option, any later version. +% +% This file may only be modified if (i) it is given another name and +% (ii) all files the modified file generates using a nonempty subset +% of the files listed in the arguments of \from commands below are +% given the same preamble as that listed between \preamble and +% \endpreamble below. +% +\input docstrip.tex +\keepsilent + +\preamble + +This is a generated file. + +Copyright 1993, 1994, 1995, 1996 Alan Jeffrey, +hacked and maintained 1997, 1998 Sebastian Rahtz, +copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 the fontinst +maintenance team and any individual authors listed elsewhere in +this file. All rights reserved. + +This file is part of the fontinst system version 1.9. +----------------------------------------------------- + +It may be distributed under the terms of the LaTeX Project Public +License, as described in lppl.txt in the base LaTeX distribution. +Either version 1.1 or, at your option, any later version. + +\endpreamble + +\declarepreamble\docpreamble + +This is a generated file. + +Copyright 1993, 1994, 1995, 1996 Alan Jeffrey, +hacked and maintained 1997, 1998 Sebastian Rahtz, +copyright 1998, 1999, 2000, 2001 the fontinst maintenance team and any +individual authors listed elsewhere in this file. All rights reserved. + +This file is part of the fontinst system version 1.9. +----------------------------------------------------- + +It may be distributed under the terms of the LaTeX Project Public +License, as described in lppl.txt in the base LaTeX distribution. +Either version 1.1 or, at your option, any later version. +This file may also be distributed by itself provided it is unchanged +and accompanied by some prominent file which states the location of +the sources for the fontinst system, from which this file was +generated. + +\endpreamble + + + + + +\generate{% + \usedir{tex/fontinst/base} + \file{fontinst.sty}{% + \from{fibasics.dtx}{pkg}% + \from{ficommon.dtx}{pkg}% + \from{fimain.dtx}{pkg}% + \from{ficonv.dtx}{pkg}% + \from{filtfam.dtx}{pkg,textcomp,debug}% + \from{fimapgen.dtx}{pkg}% + \from{fibasics.dtx}{pkg2}% + }% + \file{cfntinst.sty}{% + \from{fibasics.dtx}{pkg}% + \from{ficommon.dtx}{pkg}% + \from{fimain.dtx}{pkg,boundaryCompability}% + \from{ficonv.dtx}{pkg}% + \from{filtfam.dtx}{pkg,textcomp,debug}% + \from{fimapgen.dtx}{pkg}% + \from{fibasics.dtx}{pkg2}% + }% + \file{xfntinst.sty}{% + \from{fibasics.dtx}{pkg}% + \from{ficommon.dtx}{pkg}% + \from{fimain.dtx}{pkg}% + \from{ficonv.dtx}{pkg}% + \from{filtfam.dtx}{pkg,textcomp,debug,oldstyle}% + \from{fimapgen.dtx}{pkg}% + \from{fibasics.dtx}{pkg2}% + }% + \file{finstmsc.sty}{% + \from{fibasics.dtx}{pkg}% + \from{ficommon.dtx}{pkg}% + \from{fimain.dtx}{misc}% + \from{ficonv.dtx}{misc}% + \from{fimapgen.dtx}{map}% + \from{fibasics.dtx}{pkg2,misc}% + }% + \file{fontinst.ini}{\from{fibasics.dtx}{ini}}% + \usedir{tex/fontinst/misc}% + \file{csc2x.tex}{\from{ficonv.dtx}{reglyphfigures,reglyphletters,glyphs}}% + \file{csckrn2x.tex}{\from{ficonv.dtx}{reglyphfigures,reglyphletters}}% + \file{osf2x.tex}{\from{ficonv.dtx}{reglyphfigures,glyphs}}% + \usedir{tex/latex/misc}% + \usepreamble\docpreamble + \file{fontdoc.sty}{% + \from{fibasics.dtx}{doc}% + \from{ficommon.dtx}{doc}% + \from{fimain.dtx}{doc}% + }% +} + +\OriginalAsk\answer{Do you wish to install trig.sty with fontinst? [y/n] } +\ifx \answer\y \let\answer\yes \fi +\ifx \answer\yes + +\usedir{tex/fontinst/base} +% From graphics.ins: +\preamble +\endpreamble + +\generate{\file{trig.sty}{\from{trig.dtx}{package}}} + +\fi + +\endbatchfile +\endinput |