commit:     d69dfccc03f157cf397ad66ec0db665e1df35473
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 15:36:35 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 15:36:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d69dfccc

Makefile: Add missing dependency on XSL stylesheet.

 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index dd2d1c4..f22f304 100644
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,11 @@ prereq:
        @type -p convert &>/dev/null || { echo "media-gfx/imagemagick with 
corefonts, svg and truetype required" >&2; exit 1; }; \
                type -p xsltproc &>/dev/null || { echo "dev-libs/libxslt is 
required" >&2; exit 1; }
 
-%index.html : %text.xml
+%index.html : %text.xml devbook.xsl
        xsltproc devbook.xsl $< > $@ 
 
 # Someone should figure out a way to put this to the pattern
-index.html : text.xml
+index.html : text.xml devbook.xsl
        xsltproc devbook.xsl $< > $@ 
 
 %.png : %.svg

Reply via email to