Tommi Vainikainen: > At least from my perspective it looks like english Makefiles and > others[1] have no differences, only Make.lang is different, so how > could those Makefiles be merged? That would make it easier to keep > those files up to date.
Well... When the potato Makefile started fluctuating wildly, Joel (the other Swedish translator) solved it by doing this: [~/proj/debian/webwml]$ cat swedish/releases/potato/Makefile # This Makefile should need no changes from # webwml/english/releases/potato/Makefile, so we can just include the # English version here. # # If something in it needs modification, send a message to debian-www # so the problem can be fixed. include ../../../english/releases/potato/Makefile Works good for us. YMMV. -- \\// peter - http://www.softwolves.pp.se/ Statement concerning unsolicited e-mail according to Swedish law: http://www.softwolves.pp.se/peter/reklampost.html

