From: Oleg Broytman Date: Thu, 30 Jan 2014 19:21:39 +0000 (+0400) Subject: Sort rules by alphabetic order of the destinations X-Git-Tag: v2.3.2~21 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=43d58bd2134bf59d3790c064ac8f58416d62a8e5 Sort rules by alphabetic order of the destinations --- diff --git a/Makefile b/Makefile index c4c2827..d748c00 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ distr: ./mk-distr .PHONY: docs -docs: mimedecode.man mimedecode.txt mimedecode.html +docs: mimedecode.html mimedecode.man mimedecode.txt include Makefile.xsltproc diff --git a/Makefile.4xslt b/Makefile.4xslt index cfdb9ee..7650322 100644 --- a/Makefile.4xslt +++ b/Makefile.4xslt @@ -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 $< >$@ diff --git a/Makefile.sgmlt b/Makefile.sgmlt index eedda06..cadd36f 100644 --- a/Makefile.sgmlt +++ b/Makefile.sgmlt @@ -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 $< diff --git a/Makefile.xsltproc b/Makefile.xsltproc index 7b78362..f98e518 100644 --- a/Makefile.xsltproc +++ b/Makefile.xsltproc @@ -3,9 +3,9 @@ DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl mimedecode.html: mimedecode.docbook Makefile.xsltproc xsltproc $(DOCBOOK_XSL)/html/docbook.xsl $< >$@ -mimedecode.txt: mimedecode.html Makefile.xsltproc - elinks -dump $< >$@ - mimedecode.man: mimedecode.docbook Makefile.xsltproc xsltproc $(DOCBOOK_XSL)/manpages/docbook.xsl $< mv mimedecode.py.1 $@ + +mimedecode.txt: mimedecode.html Makefile.xsltproc + elinks -dump $< >$@