--- Makefile.orig	2008-11-11 00:17:29.000000000 -0700
+++ Makefile	2009-03-11 20:16:46.000000000 -0600
@@ -45,7 +45,7 @@
 
 %.pdf: %.tex
 	rm -f /tmp/$*.tex /tmp/$*.pdf /tmp/$*.aux  /tmp/$*.toc /tmp/$*.log /tmp/$*.sty
-	(cp $*.tex $*.sty /tmp  && \
+	(cp $*.tex $*.sty latex2man.cfg /tmp  && \
 	 cd /tmp         	&& \
 	 pdflatex $*.tex 	&& \
 	 pdflatex $*.tex);
