aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_make.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-10-09 23:03:14 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2025-10-31 11:10:22 -0400
commitd76c753ee05929fb53220141f1c8c11f31887466 (patch)
treeaccbc1be0aa09220baa9e453f6b69c8f9927d199 /org/config_make.org
parenthousekeeping, update/sync with project (nix, D) (diff)
samples pod dir now markup/pod-samples/pod
- markup/pod-samples/pod from markup/pod
Diffstat (limited to 'org/config_make.org')
-rw-r--r--org/config_make.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/org/config_make.org b/org/config_make.org
index d68585c..4af977c 100644
--- a/org/config_make.org
+++ b/org/config_make.org
@@ -56,7 +56,7 @@ $(SiSU_MARKUP_SAMPLES_FIND_PODS) | xargs
Date := `date "+%Y%m%d"`
#SpineBIN := $(SpineBIN) # './result/bin'
#SpineOUT := $(SpineOUT) # '/srv/www/spine'
-#SpinePOD := $(SpinePOD) # 'markup/pod'
+#SpinePOD := $(SpinePOD) # 'markup/pod-samples/pod'
#SpineSearchActionLocal := $(SpineSearchActionLocal) # 'http://localhost/spine_search'
#SpineSearchActionRemote := $(SpineSearchActionRemote) # 'https://sisudoc.org/spine_search'
#SpineCGIform := $(SpineCGIform) # 'spine_search'
@@ -633,28 +633,28 @@ testrun_paths:
testrun_paths_pod_source:
spine -v --source \
--output-dir=tmp/program_output_pod \
- ./markup/pod/*
+ ./markup/pod-samples/pod/*
testrun_paths_pod_pod:
spine -v --pod \
--output-dir=tmp/program_output_pod \
- ./markup/pod/*
+ ./markup/pod-samples/pod/*
testrun_paths_pod_html:
spine -v --html \
--output-dir=tmp/program_output_pod \
- ./markup/pod/*
+ ./markup/pod-samples/pod/*
testrun_paths_pod_epub:
spine -v --epub \
--output-dir=tmp/program_output_pod \
- ./markup/pod/*
+ ./markup/pod-samples/pod/*
testrun_paths_pod_all:
spine -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod \
- ./markup/pod/*
+ ./markup/pod-samples/pod/*
testrun_find_dir_source:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \