Skip to content

Commit

Permalink
Corrected to get backup files right.
Browse files Browse the repository at this point in the history
Oliver
  • Loading branch information
oferrigni committed Feb 2, 2012
1 parent ad5e831 commit 48b3169
Showing 1 changed file with 1 addition and 1 deletion.
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 -e '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

0 comments on commit 48b3169

Please sign in to comment.