diff options
author | Mikhail Kobuk <[email protected]> | 2024-04-13 07:27:00 +0300 |
---|---|---|
committer | Mikhail Kobuk <[email protected]> | 2024-04-13 07:27:00 +0300 |
commit | 5d5f577af8369c8c5af0207a780be875562b9a99 (patch) | |
tree | cca3b02859c7ce3d767af820cee41fe57f67958f /mksite.sh | |
parent | a7d18f81ac526cef6f5a1a9259e8f31d61a61f0c (diff) | |
download | linux-labs-5d5f577af8369c8c5af0207a780be875562b9a99.tar.gz linux-labs-5d5f577af8369c8c5af0207a780be875562b9a99.zip |
fixed build system
Diffstat (limited to 'mksite.sh')
-rwxr-xr-x | mksite.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} |