You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2003/06/19 15:43:29 UTC

cvs commit: httpd-2.0 Makefile.in

trawick     2003/06/19 06:43:29

  Modified:    .        Makefile.in
  Log:
  distclean/extraclean tweak: blow away docs/conf/ssl-std.conf
  
  Revision  Changes    Path
  1.132     +1 -1      httpd-2.0/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.in,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- Makefile.in	16 May 2003 18:30:31 -0000	1.131
  +++ Makefile.in	19 Jun 2003 13:43:28 -0000	1.132
  @@ -20,7 +20,7 @@
   
   DISTCLEAN_TARGETS  = include/ap_config_auto.h include/ap_config_layout.h \
   	modules.c config.cache config.log config.status build/config_vars.mk \
  -	build/rules.mk docs/conf/httpd-std.conf shlibtool
  +	build/rules.mk docs/conf/httpd-std.conf docs/conf/ssl-std.conf shlibtool
   EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists
   
   include $(top_builddir)/build/rules.mk