# this isn't a standard GNU/960 Makefile, and probably won't work on your
# system - it is for formatting and printing TeX manual pages.  If you don't
# have TeX, use the Postscript version left in this directory, otherwise,
# you're out of luck.

all: gcc-user.ps gcc.ps

gcc-user.ps: gcc-user.texinfo
	tex gcc-user.texinfo
	-dvi2ps gcc-user.dvi > gcc-user.ps

gcc.ps: gcc.texinfo
	tex gcc.texinfo
	-dvi2ps gcc.dvi > gcc.ps

clean:
	-rm -f *.aux *.cp *.dvi *.fn *.fns *.log *.pg *.toc *.tocs *.tp *.vr

