diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fink/fink.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/fink/fink.ins | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/Master/texmf-dist/source/latex/fink/fink.ins b/Master/texmf-dist/source/latex/fink/fink.ins index 2380ab35f74..9e5fa76cc29 100644 --- a/Master/texmf-dist/source/latex/fink/fink.ins +++ b/Master/texmf-dist/source/latex/fink/fink.ins @@ -1,11 +1,11 @@ %%% fink.ins --- Installation file for FiNK -*- mode: LaTeX -*- -%% Copyright (C) 1999, 2000, 2001, 2002, 2007 Didier Verna. +%% Copyright (C) 1999, 2000, 2001, 2002, 2007, 2010 Didier Verna %% Author: Didier Verna <didier@lrde.epita.fr> %% Maintainer: Didier Verna <didier@lrde.epita.fr> %% Created: Thu Sep 23 17:47:57 1999 -%% Last Revision: Mon Jun 4 12:55:27 2007 +%% Last Revision: Wed Dec 1 14:36:47 2010 %% This file is part of FiNK. @@ -28,12 +28,14 @@ %%% Code: \NeedsTeXFormat{LaTeX2e} -\input{docstrip.tex} +\input docstrip.tex +\InputIfFileExists{ltxpkg.tex}{}{} +\askforoverwritefalse \keepsilent \preamble ^^J^^J -Copyright (C) 1999, 2000, 2001, 2002, 2007 Didier Verna^^J +Copyright (C) 1999, 2000, 2001, 2002, 2007, 2010 Didier Verna^^J This file is part of FiNK.^^J FiNK may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.1 @@ -46,23 +48,9 @@ FiNK consists of all files listed in the file `README'.^^J \endpreamble \catcode`\¡=14 -\generate{\file{fink.sty}{\from{fink.dtx}{}}} - -\Msg{} -\Msg{,----------} -\Msg{|} -\Msg{| You have two more things to do to finish the installation:} -\Msg{|} -\Msg{| * Typeset the documentation by running LaTeX on the file `fink.dtx'.} -\Msg{| * Install `fink.sty' and `fink.dvi' anywhere you see fink^H^H^H^Hfit.} -\Msg{|} -\Msg{| If you're an AUC-TeX user, you can also install the file `fink.el' in} -\Msg{| a suitable AUC-TeX style directory.} -\Msg{|} -\Msg{| Have fun!} -\Msg{|} -\Msg{`----------} -\Msg{} +\generate{ + \file{header.inc}{\from{fink.dtx}{header}} + \file{fink.sty}{\from{fink.dtx}{header,fink}}} \endbatchfile |