Artifact fce755f979cf5853f3699f1744ad5befd2d8a920fad89842257df453b4c69ee9:
- Executable file
r38/help/mkhelpu.csl
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 484) [annotate] [blame] [check-ins using] [more...]
#! /bin/csh #------------------------------------------------------------- # # Compile REDUCE help info for GNU info format # #------------------------------------------------------------- $red36/csl/r36 -i $red36/csl/r36.img -k8000 mkinfo.red -Dpackage=redhelp -v -l mkinfo.log rm redhelp.x mv redhelp.y redhelp.x # makeinfo --no-split -o redhelp.inf redhelp.x # rm redhelp.x # To use the resulting redhelp.info, you need the Gnu "info" program. # Say "info -f redhelp.inf".