summaryrefslogtreecommitdiff
path: root/Jamfile.jam
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-10 19:36:50 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-10 19:36:50 +0000
commit0b3a50f9e36077dd56b449624ddf7c3a1c800410 (patch)
tree78648b818bc04f31fe4c911bb93a4cda61d43a83 /Jamfile.jam
parent3a68a170e0ea4f209cbd3e62a92b7e1cdb1bc2bf (diff)
docs: Added custom navigation bar, moved table of contents to separate section
git-svn-id: http://pugixml.googlecode.com/svn/trunk@585 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamfile.jam')
-rw-r--r--Jamfile.jam2
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 ;