Skip to content

Commit

Permalink
Merge git://github.com/blynn/gitmagic
Browse files Browse the repository at this point in the history
  • Loading branch information
blynn committed Feb 18, 2012
2 parents a424505 + ee286b4 commit 3ab2ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -53,7 +53,7 @@ $(foreach l,$(TRANSLATIONS),$(addprefix $(l)/,$(TXTFILES))):

$(foreach l,$(LANGS),book-$(l)): book-%: book-%.xml
xmlto -m custom-html.xsl -o book-$* html book-$*.xml
sed -i 's/xmlns:fo[^ ]*//g' book-$*/*.html
sed -i'' -e 's/xmlns:fo[^ ]*//g' book-$*/*.html
-ls book-$*/*.html | xargs -n 1 tidy -utf8 -m -i -q
./makeover $*

Expand Down
2 changes: 1 addition & 1 deletion fr/branch.txt
Expand Up @@ -59,7 +59,7 @@ ce changement. Mais ce n'est qu'une illusion. Tapez :
et ça y est ! Le fichier texte est restauré. Et si le chef repasse pour
regarder votre dossier, tapez :

$ git checkout boss # bascule vers la version visible par le chef
$ git checkout chef # bascule vers la version visible par le chef

Vous pouvez basculer entre ces deux versions autant de fois que voulu, et
intégrer (commit) vos changements à chacune d'elles indépendamment.
Expand Down

0 comments on commit 3ab2ebc

Please sign in to comment.