1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Generate all_games.html in the data/html directory

This commit is contained in:
Juhani Numminen 2019-07-18 14:48:45 +03:00 committed by Shlomi Fish
parent dba230b40a
commit 0b5698dff0

View file

@ -22,8 +22,10 @@ dist: all_games_html rules mo
rpm: all_games_html rules mo
python setup.py bdist_rpm
all_games_html:
PYTHONPATH=`pwd` ./scripts/all_games.py html id doc/rules bare > docs/all_games.html
all_games_html: rules
export PYTHONPATH="$(PYTHONPATH):$(CURDIR)" \
&& cd data/html \
&& $(CURDIR)/scripts/all_games.py html id rules > all_games.html
rules:
export PYTHONPATH=`pwd`; (cd html-src && ./gen-html.py)