creation de scribe-horus.tex

This commit is contained in:
2013-05-24 23:36:17 +02:00
parent 292c408066
commit e72d8571d9
45 changed files with 272 additions and 537 deletions

View File

@ -8,8 +8,8 @@ BUILDLOG := build-messages-$(DATE).txt
LATEXBUILD := $(TEXPDFPRG) $(TEXPDFOPT)
define latexbuild
@echo "Rerun to get cross-references" > $1.log
@while [ `grep -c "Rerun to get cross-references" $1.log` -ne 0 ] ; \
@echo "Rerun to get cross-references" > `basename $1.log`
@while [ `grep -c "Rerun to get cross-references" \`basename $1.log\`` -ne 0 ] ; \
do \
echo $(TEXPDFPRG) $(TEXPDFOPT) $2 ; \
if ! $(TEXPDFPRG) $(TEXPDFOPT) $2 | tee -a ./$(BUILDLOG) ; then \
@ -25,7 +25,6 @@ all: $(OBJPDF)
%.pdf: %.tex
$(call latexbuild, $*, $< )
$(call latexbuild, $*, $< )
clean:
$(RM) *.aux