summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fink/fink.ins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 23:53:19 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 23:53:19 +0000
commit901218354204b89b8380f1d90d6f65621021a1b4 (patch)
tree9066fef3a70ca0f9cc083a354475657c80c5607d /Master/texmf-dist/source/latex/fink/fink.ins
parenta3a531f158fb3386da51e20b772ac50332d8513f (diff)
trunk/Master/texmf-dist/source/latex/fink
git-svn-id: svn://tug.org/texlive/trunk@283 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fink/fink.ins')
-rw-r--r--Master/texmf-dist/source/latex/fink/fink.ins72
1 files changed, 72 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fink/fink.ins b/Master/texmf-dist/source/latex/fink/fink.ins
new file mode 100644
index 00000000000..dd30c06b7a9
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fink/fink.ins
@@ -0,0 +1,72 @@
+%%% fink.ins --- Installation file for FiNK -*- mode: LaTeX -*-
+
+%% Copyright (C) 1999-2002 Didier Verna.
+
+%% PRCS: $Id: fink.ins 1.12 Tue, 26 Mar 2002 14:56:02 +0100 didier $
+
+%% Author: Didier Verna <didier@lrde.epita.fr>
+%% Maintainer: Didier Verna <didier@lrde.epita.fr>
+%% Created: Thu Sep 23 17:47:57 1999
+%% Last Revision: Tue Mar 26 14:54:39 2002
+
+%% This file is part of FiNK.
+
+%% FiNK may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.1
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.1 or later is part of all distributions of LaTeX
+%% version 1999/06/01 or later.
+
+%% FiNK consists of all files listed in the file `README'.
+
+
+%%% Commentary:
+
+%% Contents management by FCM version 0.1.
+
+
+%%% Code:
+
+\NeedsTeXFormat{LaTeX2e}
+\input{docstrip.tex}
+\keepsilent
+
+\preamble
+^^J^^J
+%% $Format: "$TextCopyright$^^J"$
+Copyright (C) 1999-2002 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
+of this license or (at your option) any later version.
+The latest version of this license is in
+http://www.latex-project.org/lppl.txt
+and version 1.1 or later is part of all distributions of LaTeX
+version 1999/06/01 or later.^^J
+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{}
+
+\endbatchfile
+
+%%% fink.ins ends here