diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-10-09 23:03:14 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-10-31 11:10:22 -0400 |
| commit | d76c753ee05929fb53220141f1c8c11f31887466 (patch) | |
| tree | accbc1be0aa09220baa9e453f6b69c8f9927d199 /org/config_make.org | |
| parent | housekeeping, 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.org | 12 |
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) \ |
