|
From: <pl...@pi...> - 2008-01-21 21:50:34
|
On Mon, 21 Jan 2008 21:52:07 +0100, Ethan A Merritt = <merritt@u.washington.edu> wrote: > In the Makefile there is a line > SUBDIRS =3D config m4 term src docs $(LISPDIR) man demo tutorial share= > Remove the "docs" entry and any others that you do not care about. That the simplest solution. It did the trick. After a closer look I realised I was confusing two similar fs clones I'd= = been working on. The true problem was the trimmed down fs was lacking = doc2gih and indeed make was failing as well, so that is all consistant. What this does bring out is that there is no check for doc2gih in the = preamble. Since this fails to compile and hence fails to install even th= e = executable this is a fatal error and probably should be checked for in t= he = preamble. Sorry I did not spot this earlier. regards. |