diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-06-23 13:58:46 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-06-23 13:58:46 +0000 |
commit | 3a6448dff029addacb2e9260b6b99116f7369f1c (patch) | |
tree | 48b6286a33c5b72af925bc603f80f7ce6702f6e5 /Jamfile.jam | |
parent | b515d5206172777973b521660ac4914d0f58c06a (diff) |
docs: Added new user manual drafts (Quickbook sources) and documentation building support
git-svn-id: http://pugixml.googlecode.com/svn/trunk@529 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamfile.jam')
-rw-r--r-- | Jamfile.jam | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Jamfile.jam b/Jamfile.jam index 51d9452..54326de 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -24,7 +24,7 @@ if ( ! $(toolset) ) }
else
{
- exit You should specify a toolset ;
+ toolset = msvc ;
}
}
@@ -103,3 +103,8 @@ for CONFIG in $(CONFIGURATIONS) Depends $(TESTS)_coverage : $(TESTS)_run ;
}
}
+
+# documentation
+Documentation docs/manual.html : docs/manual.qbk ;
+
+Alias docs : docs/manual.html ;
|