erev0s / blackarch-guide

BlackArch Linux Guide for Users and Developers

Home Page:https://www.blackarch.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackarch-Guide Repository

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-.tex and an appendex-.tex file in the latex directory and add the target to the Makefile.

Everything is compiled in a Docker container, so the only dependency needed is docker.


Build

To compile the guides run make docker-build make pdf

This will compile all guides listed as targets in the Makefile.

Current Targets are:
  • de
  • el
  • en
  • es
  • fr
  • it
  • pt-br
  • ru
  • tr
  • zh

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

About

BlackArch Linux Guide for Users and Developers

https://www.blackarch.org/


Languages

Language:TeX 97.8%Language:Makefile 1.8%Language:Shell 0.3%Language:Dockerfile 0.1%