diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-10 21:36:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-10 21:36:05 +0000 |
commit | f4304ad1f80aab94e5657360f8c1348366c9d1b9 (patch) | |
tree | b3f1c78224e27482ebcddf0f6a3e7200cdb7db2e /Master/texmf-dist/doc/latex/songs/sample | |
parent | 0a543d44f49029704fe666953858d028b000d5d2 (diff) |
songs (10jun17)
git-svn-id: svn://tug.org/texlive/trunk@44553 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/songs/sample')
6 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/songs/sample/Makefile b/Master/texmf-dist/doc/latex/songs/sample/Makefile index efff8aed5ff..ae3d4d5e2aa 100644 --- a/Master/texmf-dist/doc/latex/songs/sample/Makefile +++ b/Master/texmf-dist/doc/latex/songs/sample/Makefile @@ -1,6 +1,7 @@ LATEX = pdflatex +TEXLUA = texlua TEXOUT = pdf -SONGIDX = ../songidx/songidx +SONGIDX = ../songidx/songidx.lua BIBLE = ../songidx/bible.can all: chordbook.$(TEXOUT) lyricbook.$(TEXOUT) slidebook.$(TEXOUT) transparencies.$(TEXOUT) @@ -16,10 +17,7 @@ all: chordbook.$(TEXOUT) lyricbook.$(TEXOUT) slidebook.$(TEXOUT) transparencies. indexes: $(patsubst %.sxd,%.sbx,$(wildcard *.sxd)) %.sbx: %.sxd $(SONGIDX) $(BIBLE) - $(SONGIDX) -b $(BIBLE) $< $@ - -$(SONGIDX): ../songidx/*.c ../songidx/*.h - $(MAKE) -C ../songidx songidx + $(TEXLUA) $(SONGIDX) -b $(BIBLE) $< $@ ../songs.sty: ../songs.dtx $(MAKE) -C .. songs.sty diff --git a/Master/texmf-dist/doc/latex/songs/sample/chordbook.tex b/Master/texmf-dist/doc/latex/songs/sample/chordbook.tex index 748b364e5d7..25e78c1bf4c 100644 --- a/Master/texmf-dist/doc/latex/songs/sample/chordbook.tex +++ b/Master/texmf-dist/doc/latex/songs/sample/chordbook.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2012 Kevin W. Hamlen +% Copyright (C) 2017 Kevin W. Hamlen % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License diff --git a/Master/texmf-dist/doc/latex/songs/sample/lyricbook.tex b/Master/texmf-dist/doc/latex/songs/sample/lyricbook.tex index 9ad750f1175..f5891ea8d20 100644 --- a/Master/texmf-dist/doc/latex/songs/sample/lyricbook.tex +++ b/Master/texmf-dist/doc/latex/songs/sample/lyricbook.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2012 Kevin W. Hamlen +% Copyright (C) 2017 Kevin W. Hamlen % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License diff --git a/Master/texmf-dist/doc/latex/songs/sample/slidebook.tex b/Master/texmf-dist/doc/latex/songs/sample/slidebook.tex index 096672c938f..149c3f191de 100644 --- a/Master/texmf-dist/doc/latex/songs/sample/slidebook.tex +++ b/Master/texmf-dist/doc/latex/songs/sample/slidebook.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2012 Kevin W. Hamlen +% Copyright (C) 2017 Kevin W. Hamlen % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License diff --git a/Master/texmf-dist/doc/latex/songs/sample/songs.sbd b/Master/texmf-dist/doc/latex/songs/sample/songs.sbd index 0a98a337706..ffc1b02353a 100644 --- a/Master/texmf-dist/doc/latex/songs/sample/songs.sbd +++ b/Master/texmf-dist/doc/latex/songs/sample/songs.sbd @@ -1,4 +1,4 @@ -% Copyright (C) 2012 Kevin W. Hamlen +% Copyright (C) 2017 Kevin W. Hamlen % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License diff --git a/Master/texmf-dist/doc/latex/songs/sample/transparencies.tex b/Master/texmf-dist/doc/latex/songs/sample/transparencies.tex index c9df6642f72..f16d6397c58 100644 --- a/Master/texmf-dist/doc/latex/songs/sample/transparencies.tex +++ b/Master/texmf-dist/doc/latex/songs/sample/transparencies.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2012 Kevin W. Hamlen +% Copyright (C) 2017 Kevin W. Hamlen % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License |