Skip to content

Commit

Permalink
Merge pull request #16 from oferrigni/Fixing.MacOS.Issue.13
Browse files Browse the repository at this point in the history
Add -e for compliance on mac with sed.
  • Loading branch information
blynn committed Feb 18, 2012
2 parents 4c500b3 + 7e0bb2d commit ee286b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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

0 comments on commit ee286b4

Please sign in to comment.