fixed build system
authorMikhail Kobuk <[email protected]>
Sat, 13 Apr 2024 04:27:00 +0000 (07:27 +0300)
committerMikhail Kobuk <[email protected]>
Sat, 13 Apr 2024 04:27:00 +0000 (07:27 +0300)
mksite.sh

index 6c6b6cd3d38b34f037d6874ff2f5e0d9fa667de9..4dd4df09de41e7522f918a49ecc203ab2d7bb2e7 100755 (executable)
--- 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}
 

Powered by Git