summaryrefslogtreecommitdiff
path: root/mksite.sh
diff options
context:
space:
mode:
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}