summaryrefslogtreecommitdiff
path: root/texinfo-tarball.morph
blob: d453464769014e5af07c390491d53c7fcc5a445c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "texinfo-tarball",
    "kind": "chunk",
    "configure-commands": [
        "./configure --prefix=\"$PREFIX\""
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install",
        "make DESTDIR=\"$DESTDIR\" TEXMF=\"$PREFIX/share/texmf\" install-tex"
    ]
}