diff --git a/README.md b/README.md index 842a00527..f1f6f5b35 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ The (english) result is to be found in `dist/en`, to show run: firefox dist/en/index.html ``` +### More Makefile Targets + +* `clean` will clean up generated files +* `cleaner` includes `venv/` +* `check` runs `rstcheck` for the sources +* `venv` creates a virtualenv with all deps +* `docs` first target, default, will quick-build the english docs +* `pkg` assembles a package for deployment in `dist` (unused) ### Localization