From: Tom H. <tom...@us...> - 2003-07-01 03:44:51
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv916 Modified Files: ChangeLog NEWS configure.in Log Message: 2003-07-01 Tom Howard <tom...@us...> * ./configure.in * ./src/Makefile.am Removed all documentation building Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** ChangeLog 30 Jun 2003 06:45:34 -0000 1.77 --- ChangeLog 1 Jul 2003 03:44:48 -0000 1.78 *************** *** 1,2 **** --- 1,8 ---- + 2003-07-01 Tom Howard <tom...@us...> + + * ./configure.in + * ./src/Makefile.am + Removed all documentation building + 2003-06-30 Tom Howard <tom...@us...> Index: NEWS =================================================================== RCS file: /cvsroot/rccparser/rccparser/NEWS,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** NEWS 30 Jun 2003 06:45:34 -0000 1.26 --- NEWS 1 Jul 2003 03:44:48 -0000 1.27 *************** *** 1,7 **** [1.2.5] ! * Unfortunalty pdf and ps documentation is no longer generated. ! This is due to errors reported which I have not been able to work ! around as of yet. Hopefully, he pdf and ps documentation will ! return again in the not to distant future * Fixed memory leak and possible segfault cause by string being used --- 1,6 ---- [1.2.5] ! * Unfortunalty documentation is no longer generated. This is due to ! errors reported which I have not been able to work around as of yet. ! Hopefully, the documentation return again in the not to distant future. * Fixed memory leak and possible segfault cause by string being used Index: configure.in =================================================================== RCS file: /cvsroot/rccparser/rccparser/configure.in,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** configure.in 30 Jun 2003 06:45:34 -0000 1.37 --- configure.in 1 Jul 2003 03:44:48 -0000 1.38 *************** *** 139,144 **** AC_ARG_WITH(doxygen, AC_HELP_STRING([--with-doxygen], ! [use doxygen to rebuild the documentation if neccesary (default=yes)]), ! use_doxygen=$withval, use_doxygen=yes) if test "$use_doxygen" = "yes"; then --- 139,144 ---- AC_ARG_WITH(doxygen, AC_HELP_STRING([--with-doxygen], ! [use doxygen to rebuild the documentation if neccesary (default=no)]), ! use_doxygen=$withval, use_doxygen=no) if test "$use_doxygen" = "yes"; then |