Fix typo in display-html-help
[maxima.git] / src / Readme.md
blob8462b7cace58625b1b3727a71c3f3b19a4b3f865
1 The source folder
2 -----------------
4 This folder contains all the source files for maxima except of the 
5 share packages.
7 The things to note here are:
9  * Maxima isn't built by make directly.
10    Instead make triggers a lisp-only build using defsystem a make-like
11    program whose advantage is that it even works on machines that
12    (besides a lisp) don't have any specialized tools installed.
13    The "Makefile" that controls the build of maxima is named
14    `maxima.system`.
16  * `share-subdirs.lisp` is auto-generated by make, but included in the
17    repo, as well, in order to make it available to the lisp-only build.