X-Git-Url: https://pere.pagekite.me/gitweb/text-epistlene.git/blobdiff_plain/ec1ae1aa795eb6e0d3036bd445a013d5bc750ce2..cfb6105008850bb54b03bd070f924913524b9e93:/Makefile?ds=inline diff --git a/Makefile b/Makefile index d870f5e..1ef9f6a 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,14 @@ $(SOURCE)-body.xml: $(SOURCE).rst Makefile .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