From 3a6448dff029addacb2e9260b6b99116f7369f1c Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 23 Jun 2010 13:58:46 +0000 Subject: 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 --- Jamfile.jam | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Jamfile.jam') 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 ; -- cgit v1.2.3