diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-10 19:36:50 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-10 19:36:50 +0000 |
commit | 0b3a50f9e36077dd56b449624ddf7c3a1c800410 (patch) | |
tree | 78648b818bc04f31fe4c911bb93a4cda61d43a83 /Jamfile.jam | |
parent | 3a68a170e0ea4f209cbd3e62a92b7e1cdb1bc2bf (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.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 ;
|