An open API service indexing awesome lists of open source software.

https://github.com/void-linux/void-docs

mdbook source for docs.voidlinux.org
https://github.com/void-linux/void-docs

hacktoberfest voidlinux

Last synced: 10 months ago
JSON representation

mdbook source for docs.voidlinux.org

Awesome Lists containing this project

README

          

# Void Docs

Welcome to the Void documentation. This repository contains the source data
behind . Contributing to this repository follows
the same protocol as the packages tree. For details, please read
[CONTRIBUTING](./CONTRIBUTING.md).

## Building

The [res/build.sh](./res/build.sh) script builds HTML, roff and PDF versions of
the Void documentation and the `void-docs.1` man page. It requires the following
Void packages:

- `mdBook`
- `findutils`
- `lowdown` (version 0.8.1 or greater)
- `texlive`
- `perl`
- `perl-File-Which`
- `perl-JSON`
- `librsvg-utils`
- `python3-md2gemini`

In order to build and install these files, set the `PREFIX` and `DESTDIR`
environment variables to appropriate values and run `res/build.sh` followed by
`res/install.sh`.