This is part of BlackArch Linux and provides the latex files for the BlackArch User Guides.
To create a new Guide in in a language create a
blackarch-guide-Makefile
.
Everything is compiled in a Docker container, so the only dependency needed is docker.
To compile the guides run
make docker-build
make pdf
This will compile all guides listed as targets in the Makefile
.
You can also build a single guide (e.g. German)
make pdf-de
linting is done via
make lint
or for a subtarget (e.g. English)
make lint-en