From 9a8c4f7e485701b6b9935304a444b23d4d33fbc5 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 17 May 2008 19:03:16 -0300 Subject: [PATCH] Link .signature file too. --- scripts/lilypond-book.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 92618ec52e..95ee6206d7 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -1209,6 +1209,7 @@ class LilypondSnippet (Snippet): base + '.eps', base + '.texidoc', base + '.doctitle', + base + '.signature', base + '-systems.texi', base + '-systems.tex', base + '-systems.pdftexi']) -- 2.39.5