Save tex2page program in a variable.
This commit is contained in:
parent
21364665ee
commit
4739c4c9e7
|
@ -3,6 +3,7 @@
|
||||||
TEX= front.tex intro.tex procnotation.tex syscalls.tex network.tex \
|
TEX= front.tex intro.tex procnotation.tex syscalls.tex network.tex \
|
||||||
strings.tex awk.tex miscprocs.tex running.tex
|
strings.tex awk.tex miscprocs.tex running.tex
|
||||||
|
|
||||||
|
TEX2PAGE=tex2page
|
||||||
|
|
||||||
man.dvi: $(TEX) man.ind
|
man.dvi: $(TEX) man.ind
|
||||||
man.ind: man.idx
|
man.ind: man.idx
|
||||||
|
@ -32,7 +33,7 @@ tar:
|
||||||
tar cf - *.tex sty | gzip > man.tar.gz
|
tar cf - *.tex sty | gzip > man.tar.gz
|
||||||
|
|
||||||
html: $(TEX)
|
html: $(TEX)
|
||||||
tex2page man && tex2page man
|
$(TEX2PAGE) man && $(TEX2PAGE) man
|
||||||
|
|
||||||
install: man.ps
|
install: man.ps
|
||||||
@echo WARNING:
|
@echo WARNING:
|
||||||
|
|
Loading…
Reference in New Issue