Re: [Indic-computing-devel] handbook build on RH - some questions
Status: Alpha
Brought to you by:
jkoshy
From: Aseem A. <asa...@cs...> - 2003-11-17 00:24:59
|
* Alok Kumar <alo...@so...> [2003-11-15 21:00 PST]: > Hi, > I'm in the process of building the handbook on redhat, and eventually > creating the rpms for others to be be able to do that. > > Now, when I run make using the handbook makefile, which is doc/en*/ > books/handbook/Makefile, I get > Makefile:137: *** missing separator. Stop. while I not a 'handbook' expert nor do I know for a fact whether the following will actually solve your problem, but a very common mistake is to use spaces while listing rules in Makefiles. For example target: dependencies_whatever cc -whatever ^^^^^^^^ <---- this should be a tab instead of spaces. HTH. -- "Where the clear stream of reason has not lost its way into the dreary desert sand of dead habit" -- Geetanjali |