From: Mikhail Kobuk Date: Sat, 13 Apr 2024 04:27:00 +0000 (+0300) Subject: fixed build system X-Git-Url: http://arktixord.com/git/?a=commitdiff_plain;h=5d5f577af8369c8c5af0207a780be875562b9a99;p=linux-labs.git fixed build system --- 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}