markdown to HTML converter
This commit is contained in:
parent
f71545c939
commit
336a793149
9 changed files with 233 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue