blob: 064e52175ca06a75fab99d73ea948d3b51871c05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
%% rcsid = @(#)$Id: songbook.ins,v 1.8 2010-04-12 18:04:32 rathc Exp $
%%
%% songbook.ins - Docstrip batch file for Songbook Style
%%
%% Version 4.5, 30 April, 2010
%%
%% Copyright 1992--2010 Christopher Rath <christopher@rath.ca>
%%
%% This package is free software; you can redistribute it and/or
%% modify it under the terms of version 2.1 of the GNU Lesser
%% General Public License as published by the Free Software
%% Foundation.
%%
%% This package is distributed in the hope that it will be
%% useful, but WITHOUT ANY WARRANTY; without even the implied
%% warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
%% PURPOSE. See the GNU Lesser General Public License for more
%% details.
%%
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this package when run
%% through LaTeX or TeX.
%%
%% --------------- start of docstrip commands ------------------
%%
\input docstrip
\def\SimplePackage#1{%
\generate{\file{#1.sty}{\from{#1.dtx}{package}}}}
\keepsilent
%\usedir{tex/latex/tools}
\preamble
This is a generated file.
Copyright 1992--2002 Christopher Rath <christopher@rath.ca>
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later
version.
This package is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Lesser General Public License for more
details.
The list of all files belonging to the LaTeX Songbook Style is
given in the file `relnotes.txt'.
\endpreamble
% Generate Files
%%%%%%%%%%%%%%%%
\SimplePackage{songbook}
\Msg{***********************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* files into a directory searched by TeX:}
\Msg{*}
\Msg{* All the files with extension `.sty' and `.tex'}
\Msg{*}
\Msg{* To produce the documentation run the .dtx files through LaTeX.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
\endbatchfile
|