Index: trunk/doc/user/Makefile.inst =================================================================== --- trunk/doc/user/Makefile.inst (revision 30742) +++ trunk/doc/user/Makefile.inst (revision 30743) @@ -237,7 +237,6 @@ $(SCCBOX) mkdir -p $(USERDIR)/07_io/3_1_export_openscad $(SCCBOX) $(HOW) 07_io/3_1_export_openscad/1206.scad $(USERDIR)/07_io/3_1_export_openscad/1206.scad $(SCCBOX) $(HOW) 07_io/3_1_export_openscad/index.html $(USERDIR)/07_io/3_1_export_openscad/index.html - $(SCCBOX) $(HOW) 07_io/3_1_export_openscad/preliminary.txt $(USERDIR)/07_io/3_1_export_openscad/preliminary.txt $(SCCBOX) mkdir -p $(USERDIR)/07_io/3_2_export_xy $(SCCBOX) $(HOW) 07_io/3_2_export_xy/index.html $(USERDIR)/07_io/3_2_export_xy/index.html $(SCCBOX) mkdir -p $(USERDIR)/07_io Index: trunk/doc/user/instgen =================================================================== --- trunk/doc/user/instgen (revision 30742) +++ trunk/doc/user/instgen (revision 30743) @@ -10,6 +10,7 @@ /[.]bak$/ { next } /[.]backup$/ { next } /^ps_title/ { next } +/^index_pdf.html/ { next } /~$/ { next } function get_svn_st(path, st,cmd)