Index: trunk/doc/detour/Makefile =================================================================== --- trunk/doc/detour/Makefile (revision 908) +++ trunk/doc/detour/Makefile (revision 909) @@ -10,9 +10,8 @@ detour.ps: echo [0-9]*.html > ps.lst - HTML2PS_OPTS="-f pdf.css --toc h" $(BUILD) `cat ps.lst` > detour.ps + HTML2PS_OPTS="-f pdf.css --toc h" HTML2PS_SED="s/

.*//;" $(BUILD) `cat ps.lst` > detour.ps clean: rm HTML2PS.html ps.lst detour.ps - \ No newline at end of file