summaryrefslogtreecommitdiff
path: root/README.md
blob: 9b1f47bafcb2cda4a2cb4a8b521ffaa1537be2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Git course

Translations for several languages are provided. Each of them has a different
folder:

- `eu`: the original, in Basque
- `es`: Spanish translation

Each of the files has a note in the metadata indicating how to build it to PDF.
They expect to be run from the project root folder. In any case the Makefile in
the root directory knows how to build them.

Use `make $LANG` to build the language you want or `make all` if you are a
polyglot.

> Using `make`'s `-j$JOBS` flag might help (builds are slow)