axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: first steps


From: root
Subject: [Axiom-developer] Re: first steps
Date: Tue, 12 Nov 2002 22:28:01 -0500

Touching any pamphlet file will cause it to be rebuilt during
the make. This requires noweb to exist.

If the make fails to install noweb then the 
$SPAD/mnt/linux/bin/tex/noweb.sty file and the
$SPAD/mnt/linux/bin/notangle and $SPAD/mnt/linux/bin/noweave 
commands will not exist. These two commands and the style file
are required to rebuild a pamphlet. They are built as part of
the noweb build.

Additionally, there is a command called 'document' in 
$SPAD/src/scripts that gets copied to $SPAD/mnt/linux/bin
and is used to build the pamphlet files.

You can create these by hand as follows:

  cd /usr/local/axiom/new
  mkdir -p mnt/linux/bin/tex
  cp (whereEverItExists)/notangle mnt/linux/bin
  cp (whereEverItExists)/noweave mnt/linux/bin
  cp (whereEverItExists)/noweb.sty mnt/linux/bin/tex
  cp src/scripts/* /mnt/linux/bin

The mkdir -p option creates any subdirectories that don't
exist on the specified path if necessary. Once these files
exist in mnt/linux/bin you need to update your PATH:

export PATH=/usr/local/axiom/new/mnt/linux/bin:$PATH

and the notangle, noweave and document commands should exist.

Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]