From 5d5f577af8369c8c5af0207a780be875562b9a99 Mon Sep 17 00:00:00 2001 From: Mikhail Kobuk Date: Sat, 13 Apr 2024 07:27:00 +0300 Subject: [PATCH] fixed build system --- mksite.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/mksite.sh b/mksite.sh index 6c6b6cd..4dd4df0 100755 --- a/mksite.sh +++ b/mksite.sh @@ -13,7 +13,6 @@ function process_dir() { cd ${arg_dir} indir_src="$(find . -name '*.md')" indir_out="${indir_src##*/}" - ${panexec} ${panflags} ${indir_src} ${panformat} -o ../${indir_out%.*}.html mkdir ../${sitedir}/${arg_dir} -- 2.34.1