From: Yurii R. <yr...@us...> - 2003-01-25 02:51:53
|
Update of /cvsroot/eas-dev/eas-dev/build/unix In directory sc8-pr-cvs1:/tmp/cvs-serv1137/build/unix Modified Files: Makefile.am configure.in Log Message: Misc. changes in build process, document authoring process Index: Makefile.am =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/build/unix/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 23 Jan 2003 00:23:59 -0000 1.1 +++ Makefile.am 25 Jan 2003 02:51:50 -0000 1.2 @@ -1,4 +1,4 @@ -DIRS = components services +DIRS = components services doc all-local: for dir in $(DIRS); do \ Index: configure.in =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/build/unix/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- configure.in 23 Jan 2003 03:42:05 -0000 1.4 +++ configure.in 25 Jan 2003 02:51:50 -0000 1.5 @@ -74,13 +74,6 @@ dnl Tools dnl -AC_CHECK_PROG(XSLTPROC,xsltproc,xsltproc,no) -if test "$XSLTPROC" = no ; then - AC_MSG_ERROR(Cannot find xsltproc (libxslt).) -fi - -AC_SUBST(XSLTPROC) - dnl dnl Output dnl @@ -102,6 +95,8 @@ AC_OUTPUT([Makefile mk/component.mk mk/document.mk ../../doc/Makefile + ../../doc/core-architecture/Makefile + ../../doc/core-architecture/ru/Makefile ../../components/Makefile ../../components/gmp/Makefile ../../components/logger/Makefile |