STYLE: Explain how to indent lambda-lists.
[sod] / doc / Makefile.am
index 53820a1..5882527 100644 (file)
@@ -43,6 +43,9 @@ TEX_FILES             += sod.tex
 ## Main document styling and definitions.
 TEX_FILES              += sod.sty
 
+## The introduction.
+TEX_FILES              += intro.tex
+
 ## Tutorial.
 TEX_FILES              += tutorial.tex
 
@@ -72,6 +75,7 @@ EXTRA_DIST            += sod.pdf
 doc_DATA               += sod.pdf
 sod.pdf: $(TEX_FILES)
        cd $(srcdir) && pdflatex $(TEXFLAGS) sod.tex
+       bibtex sod.aux
        cd $(srcdir) && pdflatex $(TEXFLAGS) sod.tex
        makeindex sod.idx
        cd $(srcdir) && pdflatex $(TEXFLAGS) sod.tex