Fix Makefile and squash spurious filename print

This commit is contained in:
Phil Howard 2020-08-20 13:43:38 +01:00
parent 6daa22f753
commit 6ba820399e
2 changed files with 2 additions and 4 deletions

View File

@ -9,8 +9,8 @@ images:
./mkimages.py
json:
./mkindexjson.py
./mkjson.py > v1/index.json
./mkindexjson.py > v1/index.json
./mkjson.py
md:
cp ../src/en/overlay/*.md v1/md

View File

@ -2,8 +2,6 @@ import json
import time
import os
print(__file__)
try:
import yaml
except ImportError: