#COMP=texi2dvi4a2ps #use this if texi2dvi does not exist on your system COMP=texi2dvi DVITOPS=dvips -t a4 -t landscape TEXTOPDF=texi2pdf -t a4 -t landscape RM=rm -f SRC=carte-page dvi: ${SRC}.tex ${COMP} ${SRC}.tex ps: dvi ${SRC}.dvi ${DVITOPS} ${SRC}.dvi -o ${SRC}.ps pdf: ${SRC}.tex ${TEXTOPDF} ${SRC}.tex -o ${SRC}.pdf clean: ${RM} ${SRC}.pdf ${SRC}.ps ${SRC}.aux ${SRC}.dvi ${SRC}.log *~