summaryrefslogtreecommitdiff
path: root/help2man.morph
blob: 26b22daac938d4cbb6c34cece01717130b3957e9 (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  DESTDIR=\"$DESTDIR\" install"
    ]
}