Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/tex/latex/psnfss/makefile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


TEX=tex

default:  psfonts

all: psfonts adobe lucida extra mathtime

extra:  charter nimbus utopia

psfonts:
	$(TEX) psfonts.ins 

adobe:
	$(TEX) adobe.ins 

mathtime:
	$(TEX) mathtime.ins 

lucida:
	$(TEX) lucidabr.ins 

charter:
	$(TEX) charter.ins

nimbus:
	$(TEX) nimbus.ins

utopia:
	$(TEX) utopia.ins

clean:
	-rm *.fd *.sty *.log *.dvi *.idx *.aux *.toc answer *.tmp  lucfont.tex


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.