]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile.4xslt
Sort rules by alphabetic order of the destinations
[mimedecode.git] / Makefile.4xslt
index cfdb9ee0d0e64f9593ed944ae370666536b05998..7650322c259cb57d7d215c21e3c2f2084b85f572 100644 (file)
@@ -3,9 +3,9 @@ DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl
 mimedecode.html: mimedecode.docbook Makefile.4xslt
        4xslt $< $(DOCBOOK_XSL)/html/docbook.xsl >$@
 
-mimedecode.txt: mimedecode.html Makefile.4xslt
-       elinks -dump $< >$@
-
 mimedecode.man: mimedecode.docbook Makefile.4xslt
        4xslt $< $(DOCBOOK_XSL)/manpages/docbook.xsl
        mv mimedecode.py.1 $@
+
+mimedecode.txt: mimedecode.html Makefile.4xslt
+       elinks -dump $< >$@