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...@locus.apache.org on 2000/07/28 17:39:50 UTC

cvs commit: apache-2.0/src Makefile.in

trawick     00/07/28 08:39:49

  Modified:    src      Makefile.in
  Log:
  Install htdocs again.  This was recently removed for an unknown (or at
  least unmentioned) reason.
  
  Crash course on populating the htdocs directory:
  
  cd myprefix/apache-2.0
  cvs checkout -d htdocs httpd-docs-2.0/htdocs
  
  Revision  Changes    Path
  1.25      +1 -1      apache-2.0/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Makefile.in,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Makefile.in	2000/07/23 18:00:42	1.24
  +++ Makefile.in	2000/07/28 15:39:47	1.25
  @@ -15,7 +15,7 @@
   PROGRAMS        = $(PROGRAM_NAME)
   targets         = $(PROGRAMS)
   phony_targets   = $(srcdir)/buildmark.c
  -install_targets = install-conf install-icons install-other \
  +install_targets = install-conf install-htdocs install-icons install-other \
   	install-cgi install-include install-support
   DISTCLEANFILES  = include/config_auto.h modules.c aclocal.m4 buildmk.stamp \
   	configure generated_lists include/ap_config_auto.h \