aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-18 06:11:42 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-18 06:11:42 +0000
commite865a85b43caa6f453304e836dae3b62ca73c635 (patch)
treec0fc52edfcd7d0e5b4febdc251c24ba8a6b89608 /src/interp
parent6ad3412bc13d3ae7a5f7f68260a90ae1bd536e03 (diff)
downloadopen-axiom-e865a85b43caa6f453304e836dae3b62ca73c635.tar.gz
Fix SF/2757715
* Makefile.pamphlet (all-input): Make all-doc a requirement. (all-doc): Tidy. * doc/Makefile.in: Likewise. Install help files. * doc/help: New. Home for help files.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/util.lisp b/src/interp/util.lisp
index 8e2b0b9b..6abfbbd3 100644
--- a/src/interp/util.lisp
+++ b/src/interp/util.lisp
@@ -243,7 +243,7 @@
"/share/msgs/"
"/../../src/algebra/"
"/../../src/interp/" ; for boot and lisp files (helps fd)
- "/doc/spadhelp/" ))
+ "/doc/help/" ))
;; The relative directory list specifies how to find the algebra
;; directory from the current {\bf AXIOM} shell variable.