From 56584fce71d52848715c0453f91bf6e9566bb4c5 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