mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
gnumakefile cleanup.
This commit is contained in:
parent
05cb36a41f
commit
6a5287c0b8
1 changed files with 7 additions and 2 deletions
9
Makefile
9
Makefile
|
@ -21,8 +21,13 @@ dist: all_games_html rules mo
|
||||||
rpm: all_games_html rules mo
|
rpm: all_games_html rules mo
|
||||||
python3 setup.py bdist_rpm
|
python3 setup.py bdist_rpm
|
||||||
|
|
||||||
all_games_html: rules
|
HTML_DIR = data/html
|
||||||
cd data/html && $(CURDIR)/scripts/all_games.py html id rules > all_games.html
|
ALL_GAMES_HTML_BASE = all_games.html
|
||||||
|
ALL_GAMES_HTML = $(HTML_DIR)/$(ALL_GAMES_HTML_BASE)
|
||||||
|
all_games_html: $(ALL_GAMES_HTML)
|
||||||
|
|
||||||
|
$(ALL_GAMES_HTML): rules
|
||||||
|
cd $(HTML_DIR) && $(CURDIR)/scripts/all_games.py html id rules > $(ALL_GAMES_HTML_BASE)
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
cd html-src && ./gen-html.py
|
cd html-src && ./gen-html.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue