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

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


SHELL=/bin/sh

.SUFFIXES: .ps .dvi .dtx

default: pfgguide.ps clean
all: default

.dvi.ps:
	dvips -o $*.ps $*.dvi

.dtx.dvi:
	latex $*.dtx
	latex $*.dtx

clean:
	rm -f *.aux *.log

realclean: clean
	rm -f *.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.