missing earmuff in tests.lisp
[alexandria.git] / doc / Makefile
blob5ae667c2a92bf32513ac78e4211f678a70e9d5e9
1 .PHONY: clean html pdf
3 clean:
4 rm -rf include *.aux *.cp *.fn *.fns *.ky *.log *.pg *.toc *.tp *.tps *.vr *.pdf *.html
6 # Hook into the super sekrit texinfo generator in the SBCL tree -- this is just a quick way
7 # to bootrap documentation for now.
8 include:
9 sbcl --eval '(progn (require :asdf) (require :alexandria) (rename-package :alexandria :alexandria))' \
10 --eval '(load (merge-pathnames "doc/manual/docstrings.lisp" (posix-getenv "SBCL_SOURCE_ROOT")))' \
11 --eval '(sb-texinfo:generate-includes "include/" :alexandria)' \
12 --eval '(quit)'
13 mv include/fun-alexandria-type=.texinfo include/fun-alexandria-type-equal.texinfo
15 pdf: include
16 texi2pdf alexandria.texinfo
18 html: include
19 texi2html alexandria.texinfo