1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-15 02:54:09 -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 2594ebaa12
commit ab63876f31

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)