home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-10-03 | 994 b | 36 lines | [TEXT/MPS ] |
- # Copyright 1995 by Norman Ramsey. All rights reserved.
- # See file COPYRIGHT for more information.
- #
-
- # BIN is where the commands (notangle, noweave, nountangle, noroots) land
- # LIB is where the pieces of the pipes (nt, markup, unmarkup) are stored
- # TEXINPUTS is the directory for TeX macro files
- BIN = {MPW}LocalTools:
- LIB = {MPW}LocalTools:noweb-components:
- TEXINPUTS = {MPW}TeX:TeX-inputs:noweb
-
- all ƒ
- directory :c
- Set Echo 0
- buildprogram all
- directory ::
- Set Echo 1
-
- install ƒ install-code install-tex
-
- install-codeƒ
- For cmd in noweb notangle noweave nountangle nodefs noroots cpif
- Perl -pe 's/\|\|LIB\|\|/'"{LIB}"'/' :perl:{cmd} >{BIN}{cmd}
- End
- Begin
- Backup -a -c -to {LIB} ∂
- :c:nt :c:markup :c:mnt :c:finduses :icon:l2h ∂
- :perl:unmarkup :perl:emptydefn :perl:tohtml :perl:noidx
- End>{TempFolder}noweb.run
- {TempFolder}noweb.run
- install-texƒ
- Begin
- Backup -a -c -to {TEXINPUTS} :tex:nwmac.tex :tex:noweb.sty
- End>{TempFolder}noweb.run
- {TempFolder}noweb.run
-