Fix default ARRAY-INDEX and ARRAY-LENGTH.
[alexandria.git] / doc / Makefile
blob85eb818220d5222004c6fbcdb52659bcdb20909a
1 .PHONY: clean html pdf include clean-include clean-crap info doc
3 doc: pdf html info clean-crap
5 clean-include:
6 rm -rf include
8 clean-crap:
9 rm -f *.aux *.cp *.fn *.fns *.ky *.log *.pg *.toc *.tp *.tps *.vr
11 clean: clean-include
12 rm -f *.pdf *.html *.info
14 include:
15 sbcl --no-userinit --eval '(require :asdf)' \
16 --eval '(let ((asdf:*central-registry* (list "../"))) (require :alexandria))' \
17 --load docstrings.lisp \
18 --eval '(sb-texinfo:generate-includes "include/" (list :alexandria) :base-package :alexandria)' \
19 --eval '(quit)'
21 pdf: include
22 texi2pdf alexandria.texinfo
24 html: include
25 makeinfo --html --no-split alexandria.texinfo
27 info: include
28 makeinfo alexandria.texinfo