contrib/operatingsystem: Add chdir/mkdir for ABCL.
[maxima.git] / archive / src / paths.lisp
blob7469d28eadfc9a2e3b0eee678a5b53e4adc52657
1 ;; to fix the paths edit this file and load it at the end
2 ;; or put it in the sys-init.lisp in the directory which is given
3 ;; as the second argument in execution of the executable image.
4 ;; then it will be loaded..
5 (in-package "MAXIMA")
6 (setq $describe_documentation "/public/maxima/doc/macsym.doc")
8 (setq *describe-index-directory* "/public/maxima/doc/")
10 (format t "Edit the file macsym-index.LISP setting the paths there.." )