On Sat, Jul 28, 2001 at 08:35:22AM +0200, Martin Schulze wrote: > Debian CVS barbier wrote: > > * Makefile.common is updated to generate macros for country names into > > english/template/debian/countries.def from Perl hash tables found in > > english/template/debian/countries.wml; this file is included by > > wml::debian::countries. > > Denis, > > this doesn't work for some reason: > > finlandia!joey(pts/10):/home/project/Debian/CVS/webwml> make > english/template/debian/countries.def > make: *** No rule to make target `english/template/debian/countries.def'. > Stop. > > finlandia!joey(pts/10):/home/project/Debian/CVS/webwml> cd english/ > finlandia!joey(pts/10):/home/project/Debian/CVS/webwml/english> make > template/debian/countries.def > make: *** No rule to make target `template/debian/countries.def'. Stop.
Sorry :( Run make english/template/debian/countries.def from the webwml directory. The problem is that almost all .wml files depend upon mirrors.wml, but this dependency is absent from the Makefiles. Denis