#!/bin/sh # Standard sh shell is required to install French Pro with any unix/linux. # GNU "make" is required to take advantage of autoconfiguration otherwise # configure "makefile.gen" manually before running it with "make" manually. # Copyright B. GAULLE, 2004 # # Last mods: 2004/10/14 # Placez le dossier "french" dans ~/texmf/source/ # pour une installation perso ou sinon, pour un site, dans un endroit du # genre : /usr/local/texmf-local/source/ (n'utilisez root ou admin que # dans ce dernier cas). MAKECMD=`sh -ec "type gmake >>/dev/null 2>/dev/null && echo gmake || echo make"` echo $MAKECMD -f GNUmakefile NONSTOP=nonstop $* $MAKECMD -f GNUmakefile NONSTOP=nonstop $* ###############################################