From d76c753ee05929fb53220141f1c8c11f31887466 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 9 Oct 2025 23:03:14 -0400 Subject: samples pod dir now markup/pod-samples/pod - markup/pod-samples/pod from markup/pod --- makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index c11bc39..017c596 100644 --- a/makefile +++ b/makefile @@ -31,7 +31,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' @@ -608,28 +608,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) \ -- cgit v1.2.3