|
From: Frank V. C. <fr...@us...> - 2000-11-20 05:22:36
|
Update of /cvsroot/corelinux/clfw/doc In directory slayer.i.sourceforge.net:/tmp/cvs-serv13547/doc Modified Files: clfw.cfg.in Log Message: 122753 Library Load Refits Index: clfw.cfg.in =================================================================== RCS file: /cvsroot/corelinux/clfw/doc/clfw.cfg.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** clfw.cfg.in 2000/11/18 22:43:14 1.7 --- clfw.cfg.in 2000/11/20 05:22:33 1.8 *************** *** 35,39 **** GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES - VERBATIM_HEADERS = NO #--------------------------------------------------------------------------- # configuration options related to warning and progress messages --- 35,38 ---- *************** *** 52,56 **** RECURSIVE = YES EXCLUDE = ! EXCLUDE_PATTERNS = */corelinux/*.hpp EXAMPLE_PATH = ../src/testdrivers/ EXAMPLE_PATTERNS = --- 51,55 ---- RECURSIVE = YES EXCLUDE = ! EXCLUDE_PATTERNS = EXAMPLE_PATH = ../src/testdrivers/ EXAMPLE_PATTERNS = *************** *** 96,100 **** # configuration options related to the man page output #--------------------------------------------------------------------------- ! GENERATE_MAN = YES MAN_OUTPUT = man MAN_EXTENSION = .3 --- 95,99 ---- # configuration options related to the man page output #--------------------------------------------------------------------------- ! GENERATE_MAN = NO MAN_OUTPUT = man MAN_EXTENSION = .3 |