Plan 9 from Bell Labs’s /usr/web/sources/contrib/rsc/talk/mkfile

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


default:V: pdos2.page

%.ps:D: %.tr
	pic $stem.tr |
	ppt >$stem.ps

%.page:V: %.ps
	page -b $stem.ps

%.pdf: %.ps
	gs -g640x480 -r72 -dBATCH \
		-dNOPAUSE -s'DEVICE='pdfwrite \
		-d'GraphicsAlphaBits=4' \
		-d'TextAlphaBits=4' \
		-d'CompatibilityLevel=1.2' \
		-s'OutputFile='$stem.pdf $stem.ps


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.