aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-03-02 17:36:21 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit0524cd606d45ecc6ee52dc7c8f1655398c75712c (patch)
tree9aa65bf1ead450df126251ab53ad06480a373067 /org/sdp.org
parentconf, make, meta, init and tidy substitution (diff)
make auto numbering related
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 8530c4a..463b03f 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -441,7 +441,7 @@ struct OptActions {
auto _opt_action = OptActions();
#+END_SRC
-***** getopt processing path, _manifest[] >>
+***** getopt processing path, _manifest[] >>
#+NAME: sdp_args
#+BEGIN_SRC d
@@ -978,7 +978,7 @@ char_repeat_number = (char_repeat_number > min_repeat_number)
? char_repeat_number
: min_repeat_number;
writefln(
- "%s\n\"%s\", %s\n%s\n%s\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n(%s: %s)\n%s",
+ "%s\n\"%s\", %s\n%s\n%s\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n%30-s%10-d\n(%s: %s)\n%s",
markup.repeat_character_by_number_provided("-", char_repeat_number),
doc_matters.conf_make_meta.meta.title_full,
doc_matters.conf_make_meta.meta.creator_author,
@@ -1014,6 +1014,10 @@ writefln(
(doc_abstraction["blurb"].length > 1)
? (to!int(doc_abstraction["blurb"].length))
: 0,
+ "number of segments:",
+ (doc_matters.xml.segnames.length > 1)
+ ? (to!int(doc_matters.xml.segnames.length))
+ : 0,
__FILE__,
__LINE__,
markup.repeat_character_by_number_provided("-", min_repeat_number),