Changeset 693
- Timestamp:
- 04/02/07 23:47:29 (2 years ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/Makefile.am (modified) (1 diff)
- cherokee/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r692 r693 1 2007-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 1 7 2007-03-31 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 8 cherokee/trunk/Makefile.am
r665 r693 1 1 ## Cherokee: Makefile.am -*- makefile -*- 2 2 3 SUBDIRS = m4 contrib www icons themes qa cherokee cget windows doc3 SUBDIRS = m4 contrib www icons themes qa cherokee cget windows 4 4 bin_SCRIPTS = cherokee-config 5 5 SUFFIXES = .sample.pre .sample cherokee/trunk/configure.in
r683 r693 1101 1101 AM_CONDITIONAL(STATIC_BALANCER_ROUND_ROBIN, grep round_robin $conf_h >/dev/null) 1102 1102 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) 1103 AC_OUTPUT([ 1104 Makefile 1105 cget/Makefile 1106 cherokee-config 1107 cherokee.pc 1108 cherokee.spec 1109 cherokee/Makefile 1110 cherokee/Makefile.MingW 1111 contrib/Makefile 1112 icons/Makefile 1113 m4/Makefile 1114 qa/Makefile 1115 themes/Makefile 1116 windows/Makefile 1117 windows/cherokee.nsi 1118 www/Makefile 1119 ]) 1104 1120 1105 1121