From c8f3ea1fe9389f720546534ca57b050f16e34a8c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 20 Nov 2017 13:44:08 -0500 Subject: process pod dir with sisudoc.txt (or file) - process multiple files named in sisudoc.txt - works with multilingual doc with inserts - regex fixes were needed --- src/sdp/meta/metadoc.d | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sdp/meta/metadoc.d') diff --git a/src/sdp/meta/metadoc.d b/src/sdp/meta/metadoc.d index b2f6270..eca4df7 100644 --- a/src/sdp/meta/metadoc.d +++ b/src/sdp/meta/metadoc.d @@ -2,6 +2,8 @@ module sdp.meta.metadoc; template SiSUabstraction() { import std.getopt, + std.file, + std.path, std.process; import sdp.meta, -- cgit v1.2.3