Making A Script Installable

If you want to make your script installable (this should be done for any script that can be used outside of the NST distribution), you will need to modify the makefile created by nstnewscript. You simply need to uncomment the line resembling:

# Uncomment the following line if the script can be used on a generic
# system (outside of NST) this will enable the "make install" option
# on your development system

# INSTALLABLE=true

Note

If your script requires more than the typical files, you will want to update the end of the makefile as well.