[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

minor fix to webwml/english/CD/http-ftp/Makefile



[Please not I'm not on debian-www, and CC me as needed]

Hello, here is a trivial change to the said Makefile. The problem is that
the french pages depend on $(ENGLISHDIR)/CD/http-ftp/cdimage_mirrors.list,
and this target is generated in a part embraced in 

ifeq "$(LANGUAGE)" "en"
[...]
endif

So, I'm not able to test if the translation compiles cleanly if I don't have
a compiled english tree (which I don't have).

If it seems ok to you, please commit that stuff. If not, explain me why so
that I can improve it. 

Thanks, Mt.

-- 
Of course Pacman didn't influence us as kids. If it did, we'd be running
around in darkened rooms, popping pills and listening to repetitive music. 
Index: Makefile
===================================================================
RCS file: /cvs/webwml/webwml/english/CD/http-ftp/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2002/04/18 08:49:37	1.5
+++ Makefile	2002/07/29 13:32:43
@@ -12,8 +12,6 @@
   $(ENGLISHDIR)/CD/http-ftp/cdimage_mirrors.list \
   $(ENGLISHDIR)/CD/http-ftp/cdimage_fsn_mirrors.list
 
-ifeq "$(LANGUAGE)" "en"
 $(ENGLISHDIR)/CD/http-ftp/cdimage_mirrors.list: \
   $(ENGLISHDIR)/mirror/mirror_list.pl $(ENGLISHDIR)/mirror/Mirrors.masterlist
 	$< -m $(word 2,$^) -t cdimages-httpftp > $@
-endif

Reply to: