Index: Rev.h =================================================================== --- Rev.h (revision 3351) +++ Rev.h (revision 3352) @@ -1 +1 @@ -static const int myrev = 3342; +static const int myrev = 3352; Index: Rev.tab =================================================================== --- Rev.tab (revision 3351) +++ Rev.tab (revision 3352) @@ -1,4 +1,4 @@ -3342 configure export_svg +3352 configure export_svg, export_ps 3308 configure new plugin: io_tinycad 3270 configure rename library.[ch] to util_fs_lib.[ch] for naming consistency 3260 configure new engine plugins: target_pcb, target_none Index: plugins.h =================================================================== --- plugins.h (revision 3351) +++ plugins.h (revision 3352) @@ -24,6 +24,7 @@ plugin_header("\nExport plugins:\n") plugin_def("export_animator", "export graphics for animator", sbuildin, 1) +plugin_def("export_ps", "export sheets to ps/eps", sbuildin, 1) plugin_def("export_svg", "export sheets to svg", sbuildin, 1) plugin_def("export_tedax", "export tEDAx netlist", sbuildin, 1)