PACKAGE = subfigure
########################################################################
## LaTeX2e Makefile
##
## Update the following defines for your local configuration,
##
CONTRIB = /usr/local/lib/texmf/tex/subfigure
##
A2PS = a2ps
CP = cp
DVIPS = dvips -t letter
GZIP = gzip
LATEX = latex
MAKEINDEX = makeindex
PDFLATEX = pdflatex
PS2PDF = ps2pdf
RM = rm
TAR = tar
########################################################################
## make [all] Generates the style (.sty) file, the doc and
## test files (.ps) and cleans up the directory.
## make [un]install Install or uninstall the style (.sty) file from
## the CONTRIB area.
## make [very]clean Clean out various auxillary files. "veryclean"
## cleans out more stuff.
########################################################################
## make dvi Generate the *.dvi version of the documentation.
## make [full]ps Generate the documentation. The "fullps" version
## adds the change log and the cross-references.
## make idx Generate the change log and the cross-references
## (for fullps -- requires MAKEINDEX).
## make sty Generate the style (.sty) file.
## make pdf Generate the *.pdf version of the documentation.
########################################################################
## make test Runs test program(s).
## make distribtion Builds a distribution (.tar.gz) file.
########################################################################