# Makefile for the J3 standing document 007 (F2k draft). # Richard Maine. 30 Oct 01. # Requires LaTeX with several add-on packages and pdflatex. # The TeTeX distrbution in redHat 7.2 is sufficient. # Also requires pdftotext, which comes with xpdf. .PHONY: clean all: 007.dvi 007.ps 007.pdf 007.txt 007.dvi: *.tex latex 007 makeindex 007.idx -s j3.ist makeindex -o 007.itp 007.itr -s j3.ist cp 007.irr 007.irp latex 007 latex 007 007.ps: 007.dvi dvips -o 007.ps 007 007.pdf: 007.dvi pdflatex 007 007.txt: 007.pdf pdftotext 007.pdf 007.txt install: all mv 007.ps 007.pdf 007.txt .. clean: @rm -f *.aux 007.i* 007.toc 007.lot 007.cb 007.log @rm -f 007.dvi 007.ps 007.pdf 007.txt