X-Git-Url: https://pere.pagekite.me/gitweb/text-epistlene.git/blobdiff_plain/da908b0f4ac7d83511ffb3245e3d19097dc15e63..HEAD:/Makefile diff --git a/Makefile b/Makefile index 816a9c5..1bc0761 100644 --- a/Makefile +++ b/Makefile @@ -20,14 +20,17 @@ $(SOURCE)-body.xml: $(SOURCE).rst Makefile sed -i \ -e 's%article%book%g' \ -e 's%
%%g' \ + -e 's%^ %g' \ - -e 's%^%
%%g' \ -e 's%â% %g' \ + -e 's%^%
%g' \ -e 's%â%%g' $@ .xml.epub: dbtoepub -s epub.xsl $^ -o $@ +.xml.html: + xmlto html-nochunks $^ + clean: $(RM) *~