X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/bca101d9dccaafa4ec3656b917093fcb8259f520..9b53c8fc05a9cad189e941e0160a601523b72433:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index a6894be..1037032 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,7 +28,7 @@ include $(top_srcdir)/vars.am doc_DATA = TEX_FILES = -CLEANFILES += *.aux *.out *.log *.toc +CLEANFILES += *.aux *.out *.log *.toc *.ind *.idx *.ilg EXTRA_DIST += $(TEX_FILES) ###-------------------------------------------------------------------------- @@ -70,5 +70,7 @@ doc_DATA += sod.pdf sod.pdf: $(TEX_FILES) cd $(srcdir) && pdflatex --output-directory=$(abs_builddir) sod.tex cd $(srcdir) && pdflatex --output-directory=$(abs_builddir) sod.tex + makeindex sod.idx + cd $(srcdir) && pdflatex --output-directory=$(abs_builddir) sod.tex ###----- That's all, folks --------------------------------------------------