summaryrefslogtreecommitdiff
path: root/docs/building.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/building.md')
-rw-r--r--docs/building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md
index 11b53a0..1546507 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -34,7 +34,7 @@ You can also use subtargets of `make`, which (re)build only part of the content:
The subtarget for `rankings` is separated into several stages, some of them independent:
* `make datafiles` generates JSON data files that HTML front-end loads to display tables of ranking data
- * `make menus` pre-generates top menu to insert into HTML pages for ranking pages
+ * `make menus` pre-generates top menu to insert into HTML pages for ranking pages (this subtarget is also a dependency for `make players`)
* `make tables` generates ranking table HTML pages for editions defined in `config/dates.json`
* `make editions` compiles editions menu into ranking table pages (e.g. if you're not rebuilding all ranking pages and just generating the newest)
* `make group-json` updates JSON data file for group ranking tools (below)