summaryrefslogtreecommitdiffstats
path: root/recipe.d/0006-texinfo
blob: ac911bc123ad2d5e78f5ebb36e38144f84721c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
#requires ncurses

        mcd $BUILDDIR/texinfo
        $SRC/texinfo-*/configure $TCONFIGARGS
        # texi2dvi has been touched so the builder
        # will try to rebuild the man page from texi2dvi but that
        # spits out only a warning that no tex system is installed
        touch doc/texi2dvi.1
        make $J -k
        make $J -k install