summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/songs/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/songs/README')
-rw-r--r--Master/texmf-dist/doc/latex/songs/README29
1 files changed, 8 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/songs/README b/Master/texmf-dist/doc/latex/songs/README
index fdaaf5fa64b..6cbe727d200 100644
--- a/Master/texmf-dist/doc/latex/songs/README
+++ b/Master/texmf-dist/doc/latex/songs/README
@@ -24,7 +24,7 @@ included.
II. Copyright Notice
-The Songs LaTeX Package is copyright (C) 2012 Kevin W. Hamlen.
+The Songs LaTeX Package is copyright (C) 2017 Kevin W. Hamlen.
It is free software; you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation;
@@ -45,15 +45,13 @@ This software consists of three main components:
1. The LaTeX2e "Songs" style package for creating songbooks, with source
consisting of:
- songs.dtx (self-documenting source code)
- songs.ins (installer script for docstrip)
- Makefile (makefile for generating songs.sty and songs.pdf)
+ songs.dtx (self-documenting source code)
+ songs.ins (installer script for docstrip)
+ Makefile (makefile for generating songs.sty and songs.pdf)
-2. The songidx index-generation program, to be compiled from C sources:
- songidx/*.c (C source files)
- songidx/*.h (C header files)
- songidx/*.can (text data files used by songidx at runtime)
- songidx/Makefile (makefile for generating the songidx executable)
+2. The songidx index-generation script:
+ songidx/songidx.lua (Lua source file)
+ songidx/*.can (text data files used by songidx at runtime)
(Please note that the "makeindex" program that comes standard with LaTeX
is NOT a suitable replacement for songidx.)
@@ -87,18 +85,7 @@ your LaTeX tree (usually /usr/local/share/texmf/tex/latex/songs).
mkdir /usr/local/share/texmf/tex/latex/songs
cp songs.sty /usr/local/share/texmf/tex/latex/songs
-2. If you want to create song books with indexes, you will also need to
-compile the songidx program:
-
- cd songidx
- gmake
-
-If desired, copy the resulting songidx program to an appropriate directory
-in your path:
-
- cp songidx /usr/local/bin
-
-3. The sample books can be compiled using the files in songs/sample. If
+2. The sample books can be compiled using the files in songs/sample. If
pdflatex is in your path, you should be able to invoke GNU Make to generate
all of them (note that GNU-compatible version of Make is REQUIRED):