hgbook

changeset 514:db12ab3b3b25

corrected some typos on the title page.

translated a couple of index entries
author Javier Rojas <jerojasro@devnull.li>
date Sun Jan 18 19:45:33 2009 -0500 (2009-01-18)
parents 7289137385e4
children aa01d35ac59f
files es/00book.tex es/Makefile
line diff
     1.1 --- a/es/00book.tex	Sat Jan 17 21:04:55 2009 -0500
     1.2 +++ b/es/00book.tex	Sun Jan 18 19:45:33 2009 -0500
     1.3 @@ -23,10 +23,10 @@
     1.4  \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\
     1.5    Este material puede distribuirse únicamente bajo los términos y
     1.6    condiciones establecidos en la versión 1.0 de la Licencia de Publicación
     1.7 -  Abierta(OPL) Refiérase por favor al apéndice~\ref{cha:opl} para encontrar el
     1.8 +  Abierta (OPL). Refiérase por favor al apéndice~\ref{cha:opl} para encontrar el
     1.9    texto de la licencia.\\
    1.10    Este libro fue preparado a partir de
    1.11 -  \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}}
    1.12 +  \href{http://mercurial.intuxication.org/hg/mercurial_book_es}{rev~\input{build_id}}
    1.13    usando Mercurial \href{http://www.selenic.com/hg/}{rev~\input{hg_id}}.}
    1.14  
    1.15  \makeindex
    1.16 @@ -64,11 +64,11 @@
    1.17  \include{mq-ref}
    1.18  \include{srcinstall}
    1.19  \include{license}
    1.20 -\addcontentsline{toc}{chapter}{Bibliography}
    1.21 +\addcontentsline{toc}{chapter}{Bibliografía}
    1.22  \bibliographystyle{alpha}
    1.23  \bibliography{99book}
    1.24  
    1.25 -\addcontentsline{toc}{chapter}{Index}
    1.26 +\addcontentsline{toc}{chapter}{Índice alfabético}
    1.27  \printindex
    1.28  
    1.29  \end{document}
     2.1 --- a/es/Makefile	Sat Jan 17 21:04:55 2009 -0500
     2.2 +++ b/es/Makefile	Sun Jan 18 19:45:33 2009 -0500
     2.3 @@ -104,10 +104,10 @@
     2.4  
     2.5  hg = $(shell which hg)
     2.6  
     2.7 -hg-id = $(shell hg parents --template '{node|short}, dated {date|isodate},\n')
     2.8 +hg-id = $(shell hg parents --template '{node|short}, fechado {date|isodate},\n')
     2.9  
    2.10  hg-version = $(shell hg version -q | \
    2.11 -		     sed 's,.*(version \(unknown\|[a-f0-9+]*\)),\1,')
    2.12 +		     sed 's,.*(versión \(unknown\|[a-f0-9+]*\)),\1,')
    2.13  
    2.14  all: pdf html
    2.15