X-Git-Url: https://pere.pagekite.me/gitweb/text-epistlene.git/blobdiff_plain/ec1ae1aa795eb6e0d3036bd445a013d5bc750ce2..HEAD:/Makefile diff --git a/Makefile b/Makefile index d870f5e..1bc0761 100644 --- a/Makefile +++ b/Makefile @@ -20,12 +20,22 @@ $(SOURCE)-body.xml: $(SOURCE).rst Makefile sed -i \ -e 's%article%book%g' \ -e 's%[0-9]*%%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) *~ + +distclean: clean + $(RM) gaysir_epistlene.epub gaysir_epistlene.pdf + $(RM) gaysir_epistlene-body.xml + .SUFFIXES: .xml .html .pdf .epub