Archived
1
0

Use Project name for the songbook

This commit is contained in:
Jip J. Dekker 2016-04-16 17:59:34 +02:00
parent 0d8e407f09
commit f90d3dbd3c

View File

@ -35,7 +35,7 @@ func MakeBook(path string, opts *settings.Settings) {
templ, err := parseBookTemplate(opts)
texPath := filepath.Join(opts.OutputDir, "songbook.tex")
texPath := filepath.Join(opts.OutputDir, opts.Name+".tex")
log.WithFields(log.Fields{
"path": texPath,
}).Info("compiling songbook template")