Add rules for individual localized sources

This commit is contained in:
luca0N! 2024-03-17 14:08:06 -03:00
parent 4025da1f9a
commit f9749e44ff
Signed by: luca0N
GPG key ID: 5978D960572B449E
2 changed files with 14 additions and 1 deletions

View file

@ -27,3 +27,8 @@ To delete previously built pages, run the following command:
```sh
$ make clean
```
You can also build the English version only with:
```sh
$ make en # or use `pt' to build Portuguese sources
```