Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/doc/latex/rotating/Makefile

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


SHELL=/bin/sh

all:	examples.dvi rotating.ps examples.ps

rotating.ps:	rotating.dvi
	dvips -o rotating.ps rotating

examples.ps:	examples.dvi
	dvips -o examples.ps examples

examples.dvi:
	latex examples

clean:
	rm -f rotating.ps examples.ps *.tmp *.log *.aux

realclean: clean

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.