On Tue, Nov 21, 2000 at 07:22:36AM +0100, peter karlsson wrote: > Josip Rodin: > > > make[3]: Entering directory `/org/www.debian.org/webwml/swedish/devel/misc' > > make[3]: *** No rule to make target `card.tex', needed by `card.dvi'. Stop. > > > > Not sure... perhaps the makefile is out of date, or even the original > > doesn't use $(ENGLISHSRCDIR) properly or something like that? > > The TeX file is only in the English directory, and I had just copied > the Makefile, which didn't work. I have commented out the offending > lines. > Whenever a Makefile has something that is language specific, we should include a #ifeq ... endif so that people copying the Makefile don't run into this problem. There is an example of this in /webwml/english/MailingLists/Makefile
-- James (Jay) Treacy [EMAIL PROTECTED]

