Skip to content

Commit

Permalink
et on adapte un peu le makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
maieul committed Sep 16, 2012
1 parent 3abd775 commit 47cff35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions makefile → fr/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ all:papier.pdf ecran.pdf
@$(BIBER) $*
sed -i -e 's/@/"@/g' *.idx
sed -i -e 's/"@\\oldcs/@\\oldcs/' *.idx
splitindex -m "makeindex -s latex-humain.ist" $*.idx
python post-index.py
splitindex -m "makeindex -s ../latex-humain.ist" $*.idx
python ../post-index.py
@echo "Compilation XELATEX 2"


Expand All @@ -29,8 +29,8 @@ all:papier.pdf ecran.pdf
then \
sed -i -e 's/@/"@/g' *.idx ; \
sed -i -e 's/"@\\oldcs/@\\oldcs/' *.idx ; \
splitindex -m "makeindex -s latex-humain.ist" $*.idx ; \
python post-index.py ; \
splitindex -m "makeindex -s ../latex-humain.ist" $*.idx ; \
python ../post-index.py ; \
echo "Compilation XELATEX" $$i; \
$(XELATEX) $< ; \
fi \
Expand Down

0 comments on commit 47cff35

Please sign in to comment.