Skip to content

Commit

Permalink
Minor Makefile bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lynn committed Sep 24, 2007
1 parent 81e4a0d commit 4eec535
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 @@ -9,7 +9,7 @@ book.xml: $(TXTFILES)

book: book.xml
xmlto -m custom-html.xsl -o book html book.xml
sed -i 's/xmlns:fo[^ ]*//' book/*.html
sed -i 's/xmlns:fo[^ ]*//g' book/*.html
ls book/*.html | xargs -n 1 tidy -utf8 -m -i -q
./makeover

Expand Down

0 comments on commit 4eec535

Please sign in to comment.