Index: doc/user/Makefile
===================================================================
--- doc/user/Makefile	(revision 179510c5e703c1f1ef7a60f369d9b95550edbfb1)
+++ doc/user/Makefile	(revision 1d2854f20c8e13b7adffd90dbb2823bf70585ea6)
@@ -61,5 +61,5 @@
 
 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
-		${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib build/version | ${Build}
+		${Macros}/common.sty ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib build/version | ${Build}
 	# Conditionally create an empty *.ind (index) file for inclusion until makeindex is run.
 	if [ ! -r ${basename $@}.ind ] ; then touch ${Build}/${basename $@}.ind ; fi
@@ -68,5 +68,5 @@
 	-${BibTeX} ${Build}/${basename $@}
 	# Some citations reference others so run again to resolve these citations
-	${LaTeX} ${basename $@}.tex
+#	${LaTeX} ${basename $@}.tex
 	-${BibTeX} ${Build}/${basename $@}
 	# Make index from *.aux entries and input index at end of document
@@ -75,5 +75,5 @@
 	${LaTeX} ${basename $@}.tex
 	# Run again to get index title into table of contents
-	${LaTeX} ${basename $@}.tex
+#	${LaTeX} ${basename $@}.tex
 
 ## Define the default recipes.
