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

build fails for != english (Re: Request for translation: new webpages for etch-and-a-half release)



On Wed, Jul 09, 2008 at 06:52:06PM +0200, Frans Pop wrote:
> Dann Frazier and I have created two new web pages with Release Notes and 
> installation information for the upcoming "etch-and-a-half" release, 
> (which will be released together with the next stable point release).
[..]
> New/updated pages are:
> - releases/etch/etchnhalf.wml (new)
> - releases/etch/debian-installer/etchnhalf.wml (new)

This specific last one doesn't seem to be i18n-proof :

make[4]: Entering directory `/org/www.debian.org/webwml/german/releases/etch/debian-installer'
make[4]: *** No rule to make target `etchnhalf-images.data', needed by `etchnhalf.de.html'.  Stop.


I am no wml nore Makefile expert, but I guess that should be better by
explicitely call the english directory for the data file (see the
patch).

-- 
Simon Paillard
? etchnhalf.en.html
? index.en.html
Index: Makefile
===================================================================
RCS file: /cvs/webwml/webwml/english/releases/etch/debian-installer/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Jul 2008 19:38:05 -0000	1.3
+++ Makefile	11 Jul 2008 21:00:55 -0000
@@ -14,6 +14,6 @@
 	$(TEMPLDIR)/installer.wml
 
 etchnhalf.$(LANGUAGE).html:: $(ENGLISHDIR)/releases/etch/release.data \
-	etchnhalf-images.data \
+	$(ENGLISHDIR)/releases/etch/debian-installer/etchnhalf-images.data \
 	$(ENGLISHDIR)/releases/info \
 	$(TEMPLDIR)/installer.wml
Index: etchnhalf.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/releases/etch/debian-installer/etchnhalf.wml,v
retrieving revision 1.2
diff -u -r1.2 etchnhalf.wml
--- etchnhalf.wml	9 Jul 2008 16:39:49 -0000	1.2
+++ etchnhalf.wml	11 Jul 2008 21:00:55 -0000
@@ -1,7 +1,7 @@
 #use wml::debian::template title="Debian “etchnhalf” Installation Information" NOHEADER="true"
 #include "$(ENGLISHDIR)/releases/info"
 #include "$(ENGLISHDIR)/releases/etch/release.data"
-#include "etchnhalf-images.data"
+#include "$(ENGLISHDIR)/releases/etch/debian-installer/etchnhalf-images.data"
 
 <if-etchnhalf-released released="no">
 <h1>Placeholder page</h1>

Reply to: