mirror of https://github.com/patacrep/patacrep.git
Louis
11 years ago
6 changed files with 0 additions and 45 deletions
@ -1,6 +0,0 @@ |
|||
#!/bin/sh |
|||
# |
|||
echo "manually performs 'make clean'" |
|||
rm -rf *.aux *.d *.toc *.out *.log *.nav *.snm *.sbx *.sxd |
|||
echo "remove temporary covers" |
|||
rm -rf covers/ |
@ -1,5 +0,0 @@ |
|||
#!/bin/sh |
|||
# |
|||
echo "manually performs 'make cleanall'" |
|||
`dirname $0`/clean.sh |
|||
rm -rf *.pdf |
@ -1,14 +0,0 @@ |
|||
#!/bin/sh |
|||
# |
|||
echo "build tex file from songbook file" |
|||
./songbook.py --songbook=books/$1.sb --output=$1.tex |
|||
|
|||
echo "first pdf compilation" |
|||
/usr/texbin/pdflatex $1.tex |
|||
|
|||
echo "build indexes" |
|||
./songbook-makeindex.py $1_title.sxd > $1_title.sbx |
|||
./songbook-makeindex.py $1_auth.sxd > $1_auth.sbx |
|||
|
|||
echo "second compilation to include indexes" |
|||
/usr/texbin/pdflatex $1.tex |
@ -1,4 +0,0 @@ |
|||
Rem manually performs "make clean" |
|||
FOR %%A IN (*.aux *.d *.toc *.out *.log *.nav *.snm *.sbx *.sxd) DO DEL %%A |
|||
Rem remove temporary covers |
|||
FOR %%A IN (cache\songbook\*.jpg) DO DEL %%A |
@ -1,4 +0,0 @@ |
|||
Rem remove pdf files |
|||
FOR %%A IN (*.pdf) DO DEL %%A |
|||
Rem manually performs "make cleanall" |
|||
windows\\clean.bat |
@ -1,12 +0,0 @@ |
|||
Rem build tex file from songbook file |
|||
python songbook.py --songbook=books\%1.sb --output=%1.tex |
|||
|
|||
Rem 1st pdf compilation |
|||
pdflatex %1.tex |
|||
|
|||
Rem build indexes |
|||
python songbook-makeindex.py %1_title.sxd > %1_title.sbx |
|||
python songbook-makeindex.py %1_auth.sxd > %1_auth.sbx |
|||
|
|||
Rem 2nd compilation to include indexes |
|||
pdflatex %1.tex |
Loading…
Reference in new issue