diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-04-02 15:09:04 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-04-02 15:09:04 -0400 |
commit | 91bbc18bff48292f97940ba95228b37f5736e5ab (patch) | |
tree | 2eb429e70da79b072586e460543e403705127419 | |
parent | overlays at ldc-1.40.1, dub-1.39.0, dtools-2.110.0 (diff) |
minor
-rw-r--r-- | dub_describe.json | 4 | ||||
-rw-r--r-- | org/spine.org | 1 | ||||
-rwxr-xr-x | src/sisudoc/spine.d | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/dub_describe.json b/dub_describe.json index 19bde01..a811411 100644 --- a/dub_describe.json +++ b/dub_describe.json @@ -231,7 +231,7 @@ }, { "role": "source", - "path": "src/doc_reform/meta/rgx_yaml_tags.d" + "path": "src/doc_reform/meta/rgx_yaml.d" }, { "role": "source", @@ -934,7 +934,7 @@ "./src/doc_reform/meta/package.d", "./src/doc_reform/meta/rgx.d", "./src/doc_reform/meta/rgx_files.d", - "./src/doc_reform/meta/rgx_yaml_tags.d", + "./src/doc_reform/meta/rgx_yaml.d", "./src/doc_reform/share/defaults.d", "./src/doc_reform/spine.d" ], diff --git a/org/spine.org b/org/spine.org index 51c649c..05245f7 100644 --- a/org/spine.org +++ b/org/spine.org @@ -37,7 +37,6 @@ - by zip filename #+HEADER: :tangle "../src/sisudoc/spine.d" -#+HEADER: :shebang "#!/usr/bin/env rdmd" #+HEADER: :noweb yes #+BEGIN_SRC d <<doc_header_including_copyright_and_license>> diff --git a/src/sisudoc/spine.d b/src/sisudoc/spine.d index e6e163d..59789f6 100755 --- a/src/sisudoc/spine.d +++ b/src/sisudoc/spine.d @@ -1,4 +1,3 @@ -#!/usr/bin/env rdmd /+ - Name: SisuDoc Spine, Doc Reform [a part of] - Description: documents, structuring, processing, publishing, search |