summaryrefslogtreecommitdiff
path: root/help2man.morph
blob: d5bcabd31f7636c2700863471ccfe9faa3a7536e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "help2man",
    "kind": "chunk",
    "configure-commands": [
        "autoreconf -i",
        "./configure --prefix=/usr"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make install"
    ]
}