|
From: Marek P. <ma...@us...> - 2001-11-21 22:31:54
|
Update of /cvsroot/javaprofiler/library/doc/library In directory usw-pr-cvs1:/tmp/cvs-serv12170/doc/library Modified Files: Makefile.rules doc_html.conf doc_latex.conf Log Message: some parts completely rewritten; changes in communication interface to make it faster; ported to linux Index: Makefile.rules =================================================================== RCS file: /cvsroot/javaprofiler/library/doc/library/Makefile.rules,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.rules 2001/09/25 18:57:55 1.2 --- Makefile.rules 2001/11/21 22:31:52 1.3 *************** *** 23,25 **** latex.clean.2: ! rm -Rf html --- 23,25 ---- latex.clean.2: ! rm -Rf latex Index: doc_html.conf =================================================================== RCS file: /cvsroot/javaprofiler/library/doc/library/doc_html.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** doc_html.conf 2001/09/27 10:07:29 1.2 --- doc_html.conf 2001/11/21 22:31:52 1.3 *************** *** 666,670 **** # omitted =1 is assumed. ! PREDEFINED = # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then --- 666,670 ---- # omitted =1 is assumed. ! PREDEFINED = USE_RAW_MONITORS USE_ALLOCATOR # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then Index: doc_latex.conf =================================================================== RCS file: /cvsroot/javaprofiler/library/doc/library/doc_latex.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** doc_latex.conf 2001/09/25 18:57:56 1.1 --- doc_latex.conf 2001/11/21 22:31:52 1.2 *************** *** 666,670 **** # omitted =1 is assumed. ! PREDEFINED = # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then --- 666,670 ---- # omitted =1 is assumed. ! PREDEFINED = USE_RAW_MONITORS USE_ALLOCATOR # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then |