Use Project name for the songbook
This commit is contained in:
parent
0d8e407f09
commit
f90d3dbd3c
@ -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")
|
||||
|
Reference in New Issue
Block a user