markdown to HTML converter

This commit is contained in:
pommicket 2021-09-01 18:27:51 -04:00
parent f71545c939
commit 336a793149
9 changed files with 233 additions and 15 deletions

View file

@ -26,6 +26,7 @@ else
exit 1
fi
echo 'Processing stage 00...'
cd 00
rm -f out00
make -s out00
@ -36,6 +37,7 @@ fi
rm -f out00
cd ..
echo 'Processing stage 01...'
cd 01
rm -f out0[01]
make -s out01