]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile.sgmlt
Cleanup: Fix flake8 E128 continuation line under-indented for visual indent
[mimedecode.git] / Makefile.sgmlt
index eedda06f0b55e09219c48f61d6b9b22911963f37..cadd36f806d55fcb2dbb6f43c5fc8481b244348d 100644 (file)
@@ -3,8 +3,8 @@ mimedecode.html: mimedecode.docbook Makefile.sgmlt
        mv mimedecode/mimedecode.py.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 $<