Update of /cvsroot/boost/boost/tools/quickbook
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31656/tools/quickbook_backend
Modified Files:
Tag: QUICKBOOK_BACKEND
Jamfile.v2 phrase.hpp
Log Message:
Document pre() and post() are now template driven, includes header, doc info,
and footer.
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/Jamfile.v2,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -d -r1.11 -r1.11.2.1
--- Jamfile.v2 9 Jun 2006 03:16:04 -0000 1.11
+++ Jamfile.v2 17 Apr 2007 00:42:01 -0000 1.11.2.1
@@ -38,6 +38,7 @@
:
release
;
+explicit dist-bin ;
install dist-lib
:
@@ -48,3 +49,7 @@
:
release
;
+explicit dist-lib ;
+
+alias dist : dist-bin dist-lib ;
+explicit dist ;
Index: phrase.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/phrase.hpp,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -u -d -r1.23.2.1 -r1.23.2.2
--- phrase.hpp 13 Apr 2007 03:28:16 -0000 1.23.2.1
+++ phrase.hpp 17 Apr 2007 00:42:01 -0000 1.23.2.2
@@ -235,9 +235,9 @@
| "\\ " // ignore an escaped
char
| '\\' >> punct_p [actions.raw_char]
| (
- ("'''" >> !eol) [actions.escape_pre]
+ ("'''" >> !eol)
>> *(anychar_p - "'''") [actions.raw_char]
- >> str_p("'''") [actions.escape_post]
+ >> str_p("'''")
)
;
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs