#
# Create The Following Documents:
#
#   . Coopr User Manual: Customizing Coopr with Plugins
#     plugins.tex
#

all: plugins

plugins:
	pdflatex plugins
	bibtex plugins
	pdflatex plugins
	pdflatex plugins
	#cp plugins.pdf ../pub

