From: Jeff Trawick Date: Fri, 28 Jul 2000 15:39:47 +0000 (+0000) Subject: Install htdocs again. This was recently removed for an unknown (or at X-Git-Tag: APACHE_2_0_ALPHA_5~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19cabcc0e1f2cd92c91ec8d9bdda052415c6a03b;p=thirdparty%2Fapache%2Fhttpd.git 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 51881b92a9b..193e0874e1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ PROGRAM_DEPENDENCIES = \ 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 \