NAME=UserGuide all: paper COMMON_OPTIONS=--documentclass=book --documentoptions=twoside,a4paper,11pt,titlepage,openright --use-latex-toc ENGLISH_OPT=--stylesheet=style_en.tex #SPANISH_OPT=--language=es --stylesheet=style_es.tex paper: ${NAME}_en.rst #${NAME}_es.rst rst2latex ${COMMON_OPTIONS} ${ENGLISH_OPT} ${NAME}_en.rst ${NAME}_en.tex # rst2latex ${COMMON_OPTIONS} ${SPANISH_OPT} ${NAME}_es.rst ${NAME}_es.tex pdflatex ${NAME}_en.tex;pdflatex ${NAME}_en.tex # pdflatex ${NAME}_es.tex;pdflatex ${NAME}_es.tex distr: rm -f *.maf *.toc *.mtc* *.out *.log *.lbl *.aux *.blg *.brf *.bbl ${NAME}*.tex clean: distr rm -f *.pdf