Add install-nodoc
target
#153
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: Normal
Handle this with default priority
T: Maintenance
Work to keep up the quality of the code and documentation.
ZC: Installation
DO NOT USE THIS LABEL
ZP: In progess
DO NOT USE THIS LABEL
Installation of NEST online help takes an irritating amount of time during development work, when one is frequently recompiling and reinstalling. As long as one only changes C++ code or PyNEST Python code, one can use
make install-exec
to skip installation of documentation, but this also skips installation of SLI libraries, the testsuite and examples. Therefore, we should add aninstall-nodoc
target that installs everything except the online documentation.See also #152 .
The text was updated successfully, but these errors were encountered: