]> pere.pagekite.me Git - text-epistlene.git/commitdiff
Add clean targets.
authorPetter Reinholdtsen <pere@hungry.com>
Sat, 18 Dec 2021 12:41:09 +0000 (13:41 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Sat, 18 Dec 2021 12:41:09 +0000 (13:41 +0100)
Makefile

index d870f5e124f4876ec6ce42e37a06770bfefa5b3c..816a9c516aa5f420335155e3538c3b0052e2aca6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,4 +28,11 @@ $(SOURCE)-body.xml: $(SOURCE).rst Makefile
 .xml.epub:
        dbtoepub -s epub.xsl $^ -o $@
 
 .xml.epub:
        dbtoepub -s epub.xsl $^ -o $@
 
+clean:
+       $(RM) *~
+
+distclean: clean
+       $(RM) gaysir_epistlene.epub gaysir_epistlene.pdf
+       $(RM) gaysir_epistlene-body.xml
+
 .SUFFIXES: .xml .html .pdf .epub
 .SUFFIXES: .xml .html .pdf .epub