Index: Rev.h =================================================================== --- Rev.h (revision 36607) +++ Rev.h (revision 36608) @@ -1 +1 @@ -static const int myrev = 36607; +static const int myrev = 36608; Index: Rev.tab =================================================================== --- Rev.tab (revision 36607) +++ Rev.tab (revision 36608) @@ -1,4 +1,4 @@ -36607 configure remove export png, ps, eps code in favor of librnd's +36608 configure remove low level export png, ps, eps and svg code in favor of librnd's 36602 configure remove local pixmap support in favor of librnd's 36562 configure font engine rewrite 36322 configure generalize export_lpr so it can be moved to librnd Index: plugins.h =================================================================== --- plugins.h (revision 36607) +++ plugins.h (revision 36608) @@ -150,6 +150,7 @@ plugin_dep("export_png", "lib_exp_pixmap") plugin_dep("export_ps", "lib_compat_help") plugin_dep("export_ps", "lib_exp_text") +plugin_dep("export_svg", "lib_exp_text") plugin_dep("export_vfs_fuse", "lib_vfs") plugin_dep("export_vfs_mc", "lib_vfs") plugin_dep("export_xy", "export_bom")