diff --git a/Makefile b/Makefile index 855bc55b..4660b5f4 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ rpm: all_games_html rules mo python setup.py bdist_rpm all_games_html: - PYTHONPATH=`pwd` ./scripts/all_games.py > docs/all_games.html + PYTHONPATH=`pwd` ./scripts/all_games.py html id doc/rules bare > docs/all_games.html rules: export PYTHONPATH=`pwd`; (cd html-src && ./gen-html.py) diff --git a/scripts/all_games.py b/scripts/all_games.py index c8a8b896..33c96e5b 100755 --- a/scripts/all_games.py +++ b/scripts/all_games.py @@ -26,6 +26,7 @@ sys.path[0] = os.path.normpath(pysollib_path) rules_dir = os.path.normpath(os.path.join(pysollib_path, 'data/html/rules')) # pprint(sys.path) # print rules_dir +html_mode = None fix_gettext() @@ -170,7 +171,8 @@ def all_games(sort_by='id'): def create_html(sort_by): - print(''' + if html_mode != 'bare': + print('''