10 How to Upgrade ALLPROSE

ALLPROSE is available at http://www.hemmecke.de/aldor as the archive allprose-x.y.z.tar.gz.

For installation type

gunzip -c allprose-x.y.z.tar.gz | tar xvf -  
cd allprose-x.y.z  
make allproseinstall

After that you should check the differences of Makefile.def.nw and the new file Makefile.def.allprose.nw in order to incorporate incompatible changes.

From ALLPROSE 0.1.0 to version 0.2.0 you also have to change the line

\label{ALLPROSEDocumentationIncluded}\input{allprose.tex.nw}

that appears in the old file projectname.tex.nw (myalps.tex.nw) to

\label{IncludeALLPROSEDocumentation}  
\ifIncludeALLPROSEDocumentation  
  \expandafter\input  
\else  
  \expandafter\rhxgobble  
\fi{allprose.tex.nw}

since from ALLPROSE 0.2.0 on one can include/exclude the ALLPROSE documentation by the MAKE target include-allprose-documentation.

A detailed description of the installation process can be found at the Makefile target allproseinstall in Section 28.12.

ALLPROSE will either consider the environment variable ALLPROSEINSTALLDIR or will ask for the installation directory before doing any modification of your file system.