From: Karsten P. <Kar...@gm...> - 2017-12-06 21:48:10
|
On 03.12.17 17:32, Sam Steingold wrote: > > please try "hg pull -u" and then > > make check-doc IMPNOTES=../doc/html/ CLHSROOT=http://clhs.lisp.se/ > > thanks. > If I copy id-href.map manually to ../doc/html/id-href.map make check-doc IMPNOTES=../doc/html/ CLHSROOT=http://clhs.lisp.se/ works fine, just in the Makefile I still have IMPNOTES = "http://clisp.org/beta/impnotes/" CLHSROOT = "http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/" check-doc: clisp base IMPNOTES=$(IMPNOTES) ./clisp -E UTF-8 -Emisc 1:1 -norc -x '(sys::ensure-impnotes-map t)' CLHSROOT=$(CLHSROOT) ./clisp -E UTF-8 -Emisc 1:1 -norc -x '(sys::ensure-clhs-map)' Karsten |