Index: hooks.c =================================================================== --- hooks.c (revision 30979) +++ hooks.c (revision 30980) @@ -22,9 +22,9 @@ const arg_auto_set_t disable_libs[] = { /* list of --disable-LIBs and the subtree they affect */ {"disable-gd", "libs/gui/gd", arg_lib_nodes, "$do not use gd (many exporters need it)"}, - {"disable-gd-gif", "libs/gui/gd/gdImageGif", arg_lib_nodes, "$no gif support in the png pcb_exporter"}, - {"disable-gd-png", "libs/gui/gd/gdImagePng", arg_lib_nodes, "$no png support in the png pcb_exporter"}, - {"disable-gd-jpg", "libs/gui/gd/gdImageJpeg", arg_lib_nodes, "$no jpeg support in the png pcb_exporter"}, + {"disable-gd-gif", "libs/gui/gd/gdImageGif", arg_lib_nodes, "$no gif support in the png rnd_exporter"}, + {"disable-gd-png", "libs/gui/gd/gdImagePng", arg_lib_nodes, "$no png support in the png rnd_exporter"}, + {"disable-gd-jpg", "libs/gui/gd/gdImageJpeg", arg_lib_nodes, "$no jpeg support in the png rnd_exporter"}, {"enable-bison", "/local/pcb/want_bison", arg_true, "$enable generating language files using bison/flex"}, {"disable-bison", "/local/pcb/want_bison", arg_false, "$disable generating language files using bison/flex"}, {"enable-byaccic", "/local/pcb/want_byaccic", arg_true, "$enable generating language files using byaccic/ureglex"}, Index: plugins.h =================================================================== --- plugins.h (revision 30979) +++ plugins.h (revision 30980) @@ -92,27 +92,27 @@ plugin_header("\nExport plugins:\n") plugin_def("cam", "cam/job based export", sbuildin, 1, 0) plugin_def("ddraft", "2D drafting helper", sbuildin, 1, 0) -plugin_def("export_bom", "bom pcb_exporter", sbuildin, 1, 0) -plugin_def("export_dsn", "specctra .dsn pcb_exporter", sbuildin, 1, 0) -plugin_def("export_dxf", "DXF pcb_exporter", sbuildin, 1, 0) +plugin_def("export_bom", "bom rnd_exporter", sbuildin, 1, 0) +plugin_def("export_dsn", "specctra .dsn rnd_exporter", sbuildin, 1, 0) +plugin_def("export_dxf", "DXF rnd_exporter", sbuildin, 1, 0) plugin_def("export_excellon", "Excellon drill exporter", sbuildin, 1, 0) -plugin_def("export_fidocadj", "FidoCadJ .fcd pcb_exporter", sbuildin, 1, 0) -plugin_def("export_gcode", "gcode pcb_exporter", sbuildin, 1, 0) -plugin_def("export_gerber", "Gerber pcb_exporter", sbuildin, 1, 0) -plugin_def("export_ipcd356", "IPC-D-356 Netlist pcb_exporter", sbuildin, 1, 0) -plugin_def("export_lpr", "lpr pcb_exporter (printer)", sbuildin, 1, 0) +plugin_def("export_fidocadj", "FidoCadJ .fcd rnd_exporter", sbuildin, 1, 0) +plugin_def("export_gcode", "gcode rnd_exporter", sbuildin, 1, 0) +plugin_def("export_gerber", "Gerber rnd_exporter", sbuildin, 1, 0) +plugin_def("export_ipcd356", "IPC-D-356 Netlist rnd_exporter", sbuildin, 1, 0) +plugin_def("export_lpr", "lpr rnd_exporter (printer)", sbuildin, 1, 0) plugin_def("export_oldconn", "old connection data format", sbuildin, 1, 0) plugin_def("export_openems", "openems exporter", sbuildin, 1, 0) -plugin_def("export_openscad", "openscad pcb_exporter", sbuildin, 1, 0) -plugin_def("export_png", "png/gif/jpg pcb_exporter", sbuildin, 1, 0) -plugin_def("export_ps", "postscript pcb_exporter", sbuildin, 1, 0) +plugin_def("export_openscad", "openscad rnd_exporter", sbuildin, 1, 0) +plugin_def("export_png", "png/gif/jpg rnd_exporter", sbuildin, 1, 0) +plugin_def("export_ps", "postscript rnd_exporter", sbuildin, 1, 0) plugin_def("export_stat", "export board statistics", sbuildin, 1, 0) plugin_def("export_stl", "3d export: STL", sbuildin, 1, 0) -plugin_def("export_svg", "SVG pcb_exporter", sbuildin, 1, 0) -plugin_def("export_test", "dummy test pcb_exporter", sdisable, 1, 0) +plugin_def("export_svg", "SVG rnd_exporter", sbuildin, 1, 0) +plugin_def("export_test", "dummy test rnd_exporter", sdisable, 1, 0) plugin_def("export_vfs_fuse", "FUSE VFS server", sdisable, 1, 0) plugin_def("export_vfs_mc", "GNU mc VFS server", sdisable, 1, 0) -plugin_def("export_xy", "xy (centroid) pcb_exporter", sbuildin, 1, 0) +plugin_def("export_xy", "xy (centroid) rnd_exporter", sbuildin, 1, 0) plugin_header("\nIO plugins (file formats):\n") plugin_def("io_autotrax", "autotrax (freeware PCB CAD)", sbuildin, 1, 0)