[net.math.stat] S menu function

phil@utecfa.UUCP (Philip Poulos) (06/21/85)

The line in the Smakefile for the menu function should probably read

menu: menu.x plmenu.o 	#no interface routine -- do not remove this comment

The S makescript requires the letters "inter" somewhere on the above line
if the function is going to be referenced. Usually this is satisfied
when the interface.o routine is part of the function's makefile.
If the function does not require the interface routine, they fake it
out with a comment, (yes this was easy to find, I always look for a
missing comment). The following S functions also use the comment fakeout
diary, edit, macro, newblt, nproc, q, sink, source, stamp.
	So now I can use the menu function, it doesn't work yet but
at least it's there.
I should have sent this out sooner but I was hoping to get menu working
first.