Run MAKE.

This commit is contained in:
sforman
2023-10-09 11:50:37 -07:00
parent da0e1e685e
commit 356f67dd7d
4 changed files with 247 additions and 265 deletions
+2 -1
View File
@@ -2,8 +2,9 @@ python build_index.py ./source/index.md > ./html/index.html
python build_index.py ./source/Thun.md > ./html/Thun.html
python build_index.py ./source/notebooks/BigNums.md > ./html/notebooks/BigInts.html
python build_index.py ./source/notebooks/NerdSnipe.md > ./html/notebooks/NerdSnipe.html
python build_index.py ./source/notebooks/DeriveZip.md > ./html/notebooks/DeriveZip.html
python build_index.py ./source/notebooks/Generator_Programs.md > ./html/notebooks/Generator_Programs.html
(cd ../implementations/Elm/ ; make)
cp -f ../implementations/Elm/demo/Joy.js ./html/Joy.js
(cd ../reference/ ; make)
(cd reference ; python ./to_html.py)