all: @echo make 'run|run-en|world|french|english|html|html-en|htm|htm-en' run: mgp -o MonkeyInTheMiddle.mgp run-en: mgp -o MonkeyInTheMiddle-en.mgp world: ps.gz ps-en.gz french english html html-en htm htm-en ps.gz: MonkeyInTheMiddle.ps.gz ps-en.gz: MonkeyInTheMiddle-en.ps.gz french: french/index.html english: english/index.html html: MonkeyInTheMiddle.html html-en: MonkeyInTheMiddle-en.html htm: MonkeyInTheMiddle.htm htm-en: MonkeyInTheMiddle-en.htm MonkeyInTheMiddle.htm: MonkeyInTheMiddle.sgml sgml2html -h -s 0 MonkeyInTheMiddle.sgml MonkeyInTheMiddle-en.htm: MonkeyInTheMiddle-en.sgml sgml2html -h -s 0 MonkeyInTheMiddle-en.sgml MonkeyInTheMiddle.html: MonkeyInTheMiddle.sgml sgml2html -s 2 MonkeyInTheMiddle.sgml MonkeyInTheMiddle-en.html: MonkeyInTheMiddle-en.sgml sgml2html -s 2 MonkeyInTheMiddle-en.sgml MonkeyInTheMiddle.sgml: MonkeyInTheMiddle.mgp ./mgp2sgml.awk -v author="Denis Ducamp" -v date="12 février 2001" < MonkeyInTheMiddle.mgp > MonkeyInTheMiddle.sgml MonkeyInTheMiddle-en.sgml: MonkeyInTheMiddle-en.mgp ./mgp2sgml.awk -v author="Denis Ducamp" -v date="12 february 2001" < MonkeyInTheMiddle-en.mgp > MonkeyInTheMiddle-en.sgml MonkeyInTheMiddle.ps.gz: MonkeyInTheMiddle.mgp mgp2ps -e iso-8859-1 MonkeyInTheMiddle.mgp | psnup -l -m100 -q -2 > MonkeyInTheMiddle.ps gzip -9fv MonkeyInTheMiddle.ps MonkeyInTheMiddle-en.ps.gz: MonkeyInTheMiddle-en.mgp mgp2ps -e iso-8859-1 MonkeyInTheMiddle-en.mgp | psnup -l -m100 -q -2 > MonkeyInTheMiddle-en.ps gzip -9fv MonkeyInTheMiddle-en.ps french/index.html: MonkeyInTheMiddle.mgp mgp -g 640x480+0+0 -D french MonkeyInTheMiddle.mgp english/index.html: MonkeyInTheMiddle-en.mgp mgp -g 640x480+0+0 -D english MonkeyInTheMiddle-en.mgp clean : rm -f *~ MonkeyInTheMiddle.ps MonkeyInTheMiddle-en.ps MonkeyInTheMiddle.ps.gz MonkeyInTheMiddle-en.ps.gz french/* english/*