Changeset 693

Show
Ignore:
Timestamp:
04/02/07 23:47:29 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r692 r693  
     12007-04-02  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * configure.in, Makefile.am (SUBDIRS): Removed doc directory. 
     4        Documentation is in bad shape. It doesn't worth distributing it 
     5        until we don't get it properly fixed. 
     6 
    172007-03-31  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    28 
  • cherokee/trunk/Makefile.am

    r665 r693  
    11## Cherokee: Makefile.am  -*- makefile -*- 
    22 
    3 SUBDIRS = m4 contrib www icons themes qa cherokee cget windows doc 
     3SUBDIRS = m4 contrib www icons themes qa cherokee cget windows 
    44bin_SCRIPTS = cherokee-config 
    55SUFFIXES = .sample.pre .sample 
  • cherokee/trunk/configure.in

    r683 r693  
    11011101AM_CONDITIONAL(STATIC_BALANCER_ROUND_ROBIN,   grep round_robin    $conf_h >/dev/null) 
    11021102 
    1103 AC_OUTPUT(Makefile cherokee/Makefile.MingW m4/Makefile cherokee/Makefile cget/Makefile icons/Makefile themes/Makefile www/Makefile doc/Makefile doc/develop/Makefile doc/develop/doxygen.cfg contrib/Makefile qa/Makefile windows/Makefile  cherokee-config cherokee.spec cherokee.pc windows/cherokee.nsi) 
     1103AC_OUTPUT([ 
     1104Makefile  
     1105cget/Makefile  
     1106cherokee-config 
     1107cherokee.pc 
     1108cherokee.spec 
     1109cherokee/Makefile  
     1110cherokee/Makefile.MingW  
     1111contrib/Makefile  
     1112icons/Makefile 
     1113m4/Makefile  
     1114qa/Makefile 
     1115themes/Makefile  
     1116windows/Makefile 
     1117windows/cherokee.nsi 
     1118www/Makefile  
     1119]) 
    11041120 
    11051121