summaryrefslogtreecommitdiff
path: root/mksite.sh
diff options
context:
space:
mode:
authorMikhail Kobuk <[email protected]>2024-04-13 07:27:00 +0300
committerMikhail Kobuk <[email protected]>2024-04-13 07:27:00 +0300
commit5d5f577af8369c8c5af0207a780be875562b9a99 (patch)
treecca3b02859c7ce3d767af820cee41fe57f67958f /mksite.sh
parenta7d18f81ac526cef6f5a1a9259e8f31d61a61f0c (diff)
downloadlinux-labs-5d5f577af8369c8c5af0207a780be875562b9a99.tar.gz
linux-labs-5d5f577af8369c8c5af0207a780be875562b9a99.zip
fixed build system
Diffstat (limited to 'mksite.sh')
-rwxr-xr-xmksite.sh1
1 files changed, 0 insertions, 1 deletions
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}