chiark / gitweb /
src/builtin.lisp (method-keyword-argument-lists): Don't `delete-duplicates'.
[sod] / doc / Makefile.am
index a6894bec127d2257483a4e0d2fa62b90a62e8a4e..c61002d6bb84e578ea7c980789219fbbd33b79e0 100644 (file)
@@ -7,7 +7,7 @@
 
 ###----- Licensing notice ---------------------------------------------------
 ###
-### This file is part of the Sensble Object Design, an object system for C.
+### This file is part of the Sensible Object Design, an object system for C.
 ###
 ### SOD is free software; you can redistribute it and/or modify
 ### it under the terms of the GNU General Public License as published by
@@ -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 --------------------------------------------------