From d0b8f5f055e91acf51b1b14b0cbf9ea59af87e67 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 25 Oct 2011 23:29:26 +0200 Subject: [PATCH] windows: support books/ subdir --- windows/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/make.bat b/windows/make.bat index 14188e5b..5726874c 100644 --- a/windows/make.bat +++ b/windows/make.bat @@ -1,5 +1,5 @@ Rem build tex file from songbook file -songbook.py --songbook=%1.sb --output=%1.tex +songbook.py --songbook=books\%1.sb --output=%1.tex Rem 1st pdf compilation pdflatex %1.tex