Index: trunk/doc/detour/Makefile =================================================================== --- trunk/doc/detour/Makefile (nonexistent) +++ trunk/doc/detour/Makefile (revision 898) @@ -0,0 +1,18 @@ +# pcb-rnd/trunk/util/build_ps.sh +BUILD=./build_ps.sh + +all: + cd img && make + make detour.pdf + +detour.pdf: detour.ps + ps2pdf detour.ps > detour.pdf + +detour.ps: + echo [0-9]*.html > ps.lst + HTML2PS_OPTS="-f pdf.css --toc h" $(BUILD) `cat ps.lst` > detour.ps + + +clean: + rm HTML2PS.html ps.lst detour.ps + \ No newline at end of file