Index: trunk/doc/release.2015/Makefile.Common
===================================================================
--- trunk/doc/release.2015/Makefile.Common	(revision 39868)
+++ trunk/doc/release.2015/Makefile.Common	(revision 39875)
@@ -1,7 +1,7 @@
 # $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
 
-PDFLATEX = env TEXINPUTS=.:..:inputs:../inputs:LaTeX:$(TEXINPUTS): pdflatex
-PSLATEX  = env TEXINPUTS=.:..:inputs:../inputs:LaTeX:$(TEXINPUTS): latex
-BIBTEX   = env BIBINPUTS=.:..:inputs:../inputs BSTINPUTS=.:..:inputs:../inputs bibtex
+PDFLATEX = env TEXINPUTS=.:../inputs: pdflatex
+PSLATEX  = env TEXINPUTS=.:../inputs: latex
+BIBTEX   = env BIBINPUTS=.:../inputs BSTINPUTS=.:../inputs bibtex
 
 PS2PDF_OPTS = "-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode"
@@ -18,6 +18,6 @@
 	$(MY_LATEX) $*.tex 
 	if [ $(DO_BIBTEX) -eq 1  ]; then $(MY_LATEX) $*.tex; fi
-	thumbpdf --modes=dvips $*.pdf
-	$(MY_LATEX) $*.tex 
+#	thumbpdf --modes=dvips $*.pdf
+#	$(MY_LATEX) $*.tex 
 	if [ $(DO_PDFLATEX) -eq 0 ]; then dvips -z -t letter -o $*.ps $*.dvi; fi
 	if [ $(DO_PDFLATEX) -eq 0 ]; then ps2pdf $(PS2PDF_OPTS) $*.ps $*.pdf; fi
@@ -25,5 +25,5 @@
 
 %.tgz:
-	tar --transform 's%inputs/%%' -zcf $@ $(FILES)
+	tar --transform 's%inputs/%%' -zcf $@ $(FILES) $*.bbl
 clean :
 	$(RM) *.bib *.log *.dvi *.aux *.toc *.tbd *.tbr *.tpm *.lof *.out *~ core body.tmp head.tmp
