From dfd85dee88c5b6061a573126b21319ab6bebe03c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 7 Aug 2017 08:01:27 -0400 Subject: css, separate files and reorganization - separate files for html seg, scroll & epub - output_xmls_css.org, reorganized org file --- src/sdp/output/html.d | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/sdp/output/html.d') diff --git a/src/sdp/output/html.d b/src/sdp/output/html.d index 8145417..7ed649e 100644 --- a/src/sdp/output/html.d +++ b/src/sdp/output/html.d @@ -451,8 +451,10 @@ template outputHTML() { if (!exists(pth_html.css)) { (pth_html.css).mkdirRecurse; } - auto f = File(pth_html.fn_css, "w"); - f.writeln(css.html_css); + auto f = File(pth_html.fn_seg_css, "w"); + f.writeln(css.html_seg_css); + f = File(pth_html.fn_scroll_css, "w"); + f.writeln(css.html_scroll_css); } catch (ErrnoException ex) { // Handle error -- cgit v1.2.3