summaryrefslogtreecommitdiff
path: root/README.md
blob: 91633676b0b378f2d1976801d64368b2b8c4c868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Dash Docset Builder

This is a repository providing sources building various Dash docsets using a Makefile. Supported docsets can be found under `./configs`.

### Documentation

```
Usage: make DOCSET_NAME=... [BUILD_DIR=...]

  DOCSET_NAME must be set to the name of a directory under ./configs.
  BUILD_DIR can be set to a directory to build under. The default is the project root

Examples:
  make DOCSET_NAME=GNU_Make
  make DOCSET_NAME=GNU_Make BUILD_DIR=build/
```