]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile.sgmlt
CI: pip<21 for Python 2.7
[mimedecode.git] / Makefile.sgmlt
index eedda06f0b55e09219c48f61d6b9b22911963f37..ba8e333db277ce50c37f28e0085c61c1278b5d38 100644 (file)
@@ -1,10 +1,10 @@
 mimedecode.html: mimedecode.docbook Makefile.sgmlt
        sgmltools -b html $<
-       mv mimedecode/mimedecode.py.html mimedecode.html
+       mv mimedecode/mimedecode.html mimedecode.html
        rmdir mimedecode
 
-mimedecode.txt: mimedecode.docbook Makefile.sgmlt
-       sgmltools -b txt $<
-
 mimedecode.man: mimedecode.docbook Makefile.sgmlt
        docbook-to-man $< >$@
+
+mimedecode.txt: mimedecode.docbook Makefile.sgmlt
+       sgmltools -b txt $<