Trouble with check-doc
Karsten Poeck <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
recently (for sure with todays hg tip) I seem to have trouble with
check-doc from the check step in the makefile.
IMPNOTES seem to be generated from makemake.in, ignoring what I put in
cfgunix.lsp
..
MYIMPROOT=http://clisp.org/beta/impnotes/
MYTESTURL=${MYIMPROOT}id-href.map
..
http://clisp.org/beta/impnotes/ forwards to
https://clisp.sourceforge.io/beta/impnotes/ but ext:open-url does not
handle https: (as perhaps discussed earlier)
How should I configure this correctly?
I saw a change that disables the internet access in streams.tst, but
that does not seem to help here.
regards
Karsten
From Makefile
check-doc: clisp base
IMPNOTES="http://clisp.org/beta/impnotes/" ./clisp -E UTF-8 -Emisc 1:1
-norc -x '(sys::ensure-impnotes-map t)'
#IMPNOTES="https://clisp.sourceforge.io/impnotes/" ./clisp -E UTF-8
-Emisc 1:1 -norc -x '(sys::ensure-impnotes-map t)'
CLHSROOT="http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec"
./clisp -E UTF-8 -Emisc 1:1 -norc -x '(sys::ensure-clhs-map)'
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel