Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 99376 invoked by uid 500); 20 Aug 2001 18:50:57 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 99359 invoked by uid 500); 20 Aug 2001 18:50:57 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 20 Aug 2001 18:45:55 -0000 Message-ID: <20010820184555.67547.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 Makefile.in config.layout X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Status: O X-Status: X-Keywords: X-UID: 374 wrowe 01/08/20 11:45:55 Modified: . Makefile.in config.layout Log: If my grep and brain are working, that's all there is to adding error/ to the *nix build. If I'm wrong, don't shoot. Revision Changes Path 1.76 +9 -2 httpd-2.0/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/httpd-2.0/Makefile.in,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- Makefile.in 2001/08/13 23:06:06 1.75 +++ Makefile.in 2001/08/20 18:45:55 1.76 @@ -16,8 +16,9 @@ PROGRAMS = $(PROGRAM_NAME) TARGETS = $(PROGRAMS) $(shared_build) $(other_targets) PHONY_TARGETS = $(srcdir)/buildmark.c -INSTALL_TARGETS = install-conf install-htdocs install-icons install-other \ - install-cgi install-include install-suexec install-man install-build +INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \ + install-other install-cgi install-include install-suexec install-man \ + install-build DISTCLEAN_TARGETS = include/ap_config_auto.h include/ap_config_path.h \ modules.c config.cache config.log config.status config_vars.mk @@ -70,6 +71,12 @@ @test -d $(htdocsdir)/manual || $(MKINSTALLDIRS) $(htdocsdir)/manual @test -d docs/manual && (cd docs/manual && cp -rp * $(htdocsdir)/manual) @(cd $(htdocsdir) && find . -name "CVS" -print | xargs rm -rf {} \;) + +install-error: + @echo Installing error documents + @test -d $(errordir) || $(MKINSTALLDIRS) $(errordir) + @(cd docs/error && cp -rp * $(errordir)) + @(cd $(errordir) && find . -name "CVS" -print | xargs rm -rf {} \;) install-icons: @echo Installing icons 1.4 +12 -0 httpd-2.0/config.layout Index: config.layout =================================================================== RCS file: /home/cvs/httpd-2.0/config.layout,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- config.layout 2001/04/03 17:03:35 1.3 +++ config.layout 2001/08/20 18:45:55 1.4 @@ -19,6 +19,7 @@ mandir: $prefix/man sysconfdir: $prefix/conf datadir: $prefix + errordir: $datadir/error iconsdir: $datadir/icons htdocsdir: $datadir/htdocs cgidir: $datadir/cgi-bin @@ -40,6 +41,7 @@ mandir: $prefix/man sysconfdir: $prefix/etc+ datadir: $prefix/share+ + errordir: $datadir/error iconsdir: $datadir/icons htdocsdir: $datadir/htdocs cgidir: $datadir/cgi-bin @@ -60,6 +62,7 @@ mandir: man sysconfdir: conf datadir: + errordir: error iconsdir: icons htdocsdir: htdocs cgidir: cgi-bin @@ -80,6 +83,7 @@ mandir: $exec_prefix/share/man sysconfdir: $prefix/Configuration datadir: $prefix + errordir: /System/Library/Apache/Error iconsdir: /System/Library/Apache/Icons htdocsdir: $datadir/Documents cgidir: $datadir/CGI-Executables @@ -100,6 +104,7 @@ mandir: $prefix/share/man datadir: /Library/WebServer sysconfdir: /etc+ + errordir: $prefix/share/httpd/error iconsdir: $prefix/share/httpd/icons htdocsdir: $datadir/Documents cgidir: $datadir/CGI-Executables @@ -120,6 +125,7 @@ mandir: $prefix/man sysconfdir: /etc/httpd/conf datadir: /home/httpd + errordir: $datadir/error iconsdir: $datadir/icons htdocsdir: $datadir/html cgidir: $datadir/cgi-bin @@ -140,6 +146,7 @@ mandir: $prefix/man sysconfdir: /etc$prefix datadir: $prefix/share + errordir: $datadir/error iconsdir: $datadir/icons htdocsdir: $datadir/htdocs cgidir: $datadir/cgi-bin @@ -160,6 +167,7 @@ mandir: $prefix/man sysconfdir: $prefix/conf datadir: $prefix + errordir: $datadir/error iconsdir: $datadir/icons htdocsdir: $datadir/htdocs cgidir: $datadir/cgi-bin @@ -180,6 +188,7 @@ mandir: $prefix/man sysconfdir: /etc/httpd datadir: /usr/local/httpd + errordir: $datadir/error iconsdir: $datadir/icons htdocsdir: $datadir/htdocs cgidir: $datadir/cgi-bin @@ -200,6 +209,7 @@ mandir: $exec_prefix/man sysconfdir: $prefix/conf datadir: $prefix + errordir: $datadir/error iconsdir: $datadir/icons htdocsdir: $datadir/htdocs cgidir: $datadir/cgi-bin @@ -220,6 +230,7 @@ mandir: $exec_prefix/man sysconfdir: /etc/apache datadir: /var/apache + errordir: $datadir/error iconsdir: $datadir/icons htdocsdir: $datadir/htdocs cgidir: $datadir/cgi-bin @@ -240,6 +251,7 @@ mandir: $exec_prefix/share/man sysconfdir: $prefix/conf datadir: $prefix + errordir: $prefix/error iconsdir: $prefix/icons htdocsdir: $prefix/htdocs cgidir: $prefix/cgi-bin