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:
parent
dba230b40a
commit
0b5698dff0
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue