Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
es/ markup fixes.
  • Loading branch information
blynn committed Oct 20, 2010
1 parent c4b3698 commit 1048a0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Makefile
Expand Up @@ -16,12 +16,9 @@ book.xml: $(addprefix $(LANG)/,$(TXTFILES))
# Concatenate the text files and feed to AsciiDoc.
# If a file has not yet been translated for the target language,
# then substitute the English version.
# Kludge to make preface sections work for languages besides English
# for older AsciiDoc versions.
if [[ `asciidoc --version | cut -f 2 -d ' '` < "8.4.5" ]]; then \
# Kludge to support any translation of "Preface".
echo '[specialsections]' > conf ; \
sed -n '/^== .* ==$$/p' $(LANG)/preface.txt | sed 's/^== \(.*\) ==$$/^\1$$=sect-preface/' >> conf ; \
else echo "" > conf ; fi; \
sed -n '/^== .* ==$$/p' $(LANG)/preface.txt | sed 's/^== \(.*\) ==$$/^\1$$=preface/' >> conf ; \
( for FILE in $^ ; do if [ -f $$FILE ]; then cat $$FILE; else \
cat en/$$(basename $$FILE); fi; echo ; done ) | \
asciidoc -a lang=$(LANG) -d book -b docbook -f conf - > $@
Expand Down
4 changes: 2 additions & 2 deletions es/history.txt
Expand Up @@ -59,7 +59,7 @@ En caso contrario, corre:

Por lo tanto, es bueno hacer commits temprano y seguido: siempre se puede acomodar después usando rebase.

=== Los Cambios Locales Al Final===
=== Los Cambios Locales Al Final ===

Estás trabajando en un proyecto activo. Haces algunos commits locales por un tiempo, y
entonces sincronizas con el árbol oficial usando un merge. Este ciclo se repite unas
Expand Down Expand Up @@ -98,7 +98,7 @@ ejecutar más comandos filter-branch.
Por último, reemplaza los clones de tu proyecto con tu versión
revisada si pretendes interactuar con ellos en un futuro.

=== Haciendo Historia===
=== Haciendo Historia ===

[[makinghistory]]
¿Quieres migrar un proyecto a Git? Si está siendo administrado con alguno de los sistemas más conocidos,
Expand Down

0 comments on commit 1048a0e

Please sign in to comment.