#
# File: $Id:$
#
# Author: George V. Neville-Neil
#
# Documentation Makefile for the Packet Debugger.  You can build
# various versions of the docs from here.

.SUFFIXES: .tex .pdf

SRCS= pdb.tex

all: ${SRCS:S/.tex/.pdf/}

.tex.pdf:
	pdflatex ${.IMPSRC}

clean::
	rm -rf *.pdf *.html *.out *.log

syntax highlighted by Code2HTML, v. 0.9.1