On Mon, Jan 07, 2002 at 07:20:30PM +0100, Josip Rodin wrote: > On Mon, Jan 07, 2002 at 05:14:13PM +0100, Richard Atterer wrote: [...] > > But the same thing does not work in any of the subdirectories, e.g. > > "cd CD/jigdo-cd && make" gives > > make: *** No rule to make target `index.en.html', needed by `all'. Stop. > > > > Obviously, CD/Makefile contains a rule for index.$(LANGUAGE).html, > > whereas CD/jigdo-cd/Makefile does not. But surely there's an implicit > > rule somewhere? > > > > I think I've missed something, but what? > > english/CD/jigdo-cd/Makefile includes english/Make.lang which includes > Makefile.common. Check if you really have all of those...
I believe Richard is right, Makefile.common should be patched 91s/ifneq/ifeq/ But i am not sure this is the right way to fix it, so I did not commit. Denis