| # in exboot.fs |
# in exboot.fs |
| STARTUP = exboot.fs startup.fs @asm_fs@ @disasm_fs@ |
STARTUP = exboot.fs startup.fs @asm_fs@ @disasm_fs@ |
| STRIP = strip |
STRIP = strip |
| TEXI2DVI = texi2dvi4a2ps -e |
TEXI2DVI = texi2dvi |
| TEXI2PDF = texi2dvi4a2ps --pdf -e |
TEXI2PDF = texi2dvi --pdf |
| DVI2PS = dvips -t letterSize -Z |
DVI2PS = dvips -t letterSize -Z |
| #you can get texi2html from http://wwwcn.cern.ch/dci/texi2html/ |
#you can get texi2html from http://wwwcn.cern.ch/dci/texi2html/ |
| MAKEINFO = makeinfo |
MAKEINFO = makeinfo |