From 1f390cbff2500f373721021b97ca47a813b6b671 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 28 Nov 2017 10:16:13 -0500 Subject: paths, manifest --- org/sdp.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org/sdp.org') diff --git a/org/sdp.org b/org/sdp.org index e6b26fc..fb00a4b 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -485,14 +485,14 @@ auto _opt_action = OptActions(); #+NAME: sdp_args #+BEGIN_SRC d foreach(arg; args[1..$]) { - auto _manifest = ManifestFile!()(arg); + auto _manifest = PodManifest!()(arg); if (arg.match(rgx.flag_action)) { flag_action ~= " " ~ arg; // flags not taken by getopt } else if (arg.match(rgx.src_pth)) { fns_src ~= arg; // gather input markup source file names for processing - } else if (_manifest.manifest_file_and_path) { + } else if (_manifest.pod_manifest_file_with_path) { string contents_location_; - string sisudoc_txt_ = _manifest.manifest_file_and_path; + string sisudoc_txt_ = _manifest.pod_manifest_file_with_path; enforce( exists(sisudoc_txt_)!=0, "file not found: «" ~ -- cgit v1.2.3