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

Brazilian Portuguese (pt_BR) flyer translation commited. How to build ?



Hi all,

I have just commited the Brazilian Portuguese (pt_BR) translation of the
CDD flyer to the CDD CVS. However, I couldn't get it to build. Applying
the attached patch to the Makefile (this one wasn't commited), I tried
to do a "make pdf".

No errors are given (besides the common errors/warnings already displayed
for english.tex and deutsch.te) but the resulting flyer.pdf has only two
pages which contains the original english flyer and the deutsch
translation.

Could someone with more LaTeX background give me a clue on how it's
supposed to be built ?

Regards,

-- 
++----------------------------------------------------------------------++
||  André Luís Lopes                 andrelop@debian.org                ||
||                                   http://people.debian.org/~andrelop ||
||  Debian-BR Project                http://www.debian-br.org           ||
||  Public GPG KeyID                 9D1B82F6                           ||
--- cdd/doc/common/flyer/Makefile	2004-06-23 08:01:38.000000000 -0300
+++ flyer/Makefile	2004-07-02 11:48:23.000000000 -0300
@@ -19,12 +19,13 @@
 #
 lang1 = english
 lang2 = deutsch
+lang3 = portugues
 #
 # End Configuration ----------------------------------------
 
 base = flyer
 texfiles = preamble.tex layout.tex
-langfiles = english.tex deutsch.tex
+langfiles = english.tex deutsch.tex portugues.tex
 #	italiano.tex nederlands.tex 
 #	francaise.tex portugues.tex svenska.tex dansk.tex
 
@@ -47,8 +48,8 @@
 
 pdf: $(base).pdf
 
-$(base).dvi: $(base).tex $(lang1).tex $(lang2).tex $(texfiles) Makefile
-	./mkconfig $(lang1) $(lang2)
+$(base).dvi: $(base).tex $(lang1).tex $(lang2).tex $(lang3).tex $(texfiles) Makefile
+	./mkconfig $(lang1) $(lang2) $(lang3)
 	rm -f $(base).aux
 	latex $(base)
 

Attachment: signature.asc
Description: Digital signature


Reply to: