Projects: Difference between revisions

Jump to navigation Jump to search
417 bytes removed ,  17 April 2020
(Add note about Octave.app under "macOS binary packaging")
Line 370: Line 370:
*<strike> Convert build system to a non-recursive Automake setup. See how Makefile.am files currently include module.mk files in subdirectories, extend this concept to the entire project so there is only one top-level Makefile.am. </strike> Done, except for special dir libgnu which is the only SUBDIRS listed in configure.ac.
*<strike> Convert build system to a non-recursive Automake setup. See how Makefile.am files currently include module.mk files in subdirectories, extend this concept to the entire project so there is only one top-level Makefile.am. </strike> Done, except for special dir libgnu which is the only SUBDIRS listed in configure.ac.


=Documentation and On-Line Help=
=Documentation=
 
:''See [[Projects - Documentation]].''
*Improve the Texinfo Documentation for the interpreter. It would be useful to have lots more examples, to not have so many forward references, and to not have very many simple lists of functions.
 
*[[Doxygen]] documentation for the C++ classes.
 
*Make index entries more consistent to improve behavior of <code>help -i</code>.
 
*Make <code>help -i</code> try to find a whole word match first.
 
*Add more demo files.
 
*Flesh out this wiki


=Tests=
=Tests=

Navigation menu