diff options
Diffstat (limited to 'Jamfile.jam')
-rw-r--r-- | Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile.jam b/Jamfile.jam index b636025..9bba987 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -105,7 +105,7 @@ for CONFIG in $(CONFIGURATIONS) }
# documentation
-Documentation docs/manual.html : docs/manual.qbk ;
+Documentation docs/manual.html : docs/manual.qbk : docs/manual.xsl ;
Alias docs : docs/manual.html ;
|