Index: trunk/doc/design/Makefile
===================================================================
--- trunk/doc/design/Makefile	(revision 504)
+++ trunk/doc/design/Makefile	(revision 772)
@@ -1,5 +1,7 @@
-# $Id: Makefile,v 1.2 2004-04-22 21:53:40 price Exp $
+# $Id: Makefile,v 1.3 2004-05-25 00:42:57 eugene Exp $
 
-all : design.pdf specs.pdf
+PDFLATEX = pdflatex
+
+all : ippSCD.pdf ippSRS.pdf ippSDRS.pdf
 
 %.pdf : %.tex
@@ -7,9 +9,7 @@
 	@if [ ! -f $*.aux ]; then \
 		echo $(PDFLATEX) $*.tex; \
-		env TEXINPUTS=.:LaTeX:: $(PDFLATEX) $*.tex; \
-	fi && env TEXINPUTS=.:LaTeX:: $(PDFLATEX) $*.tex || $(RM) $*.pdf
-#
-PDFLATEX = pdflatex
-#
+		env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex; \
+	fi && env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex || $(RM) $*.pdf
+
 clean :
 	$(RM) *.log *.dvi *.aux *.toc *.log *.out *~ core
