martin 99/12/01 13:21:23
Modified: . Makefile.tmpl Log: Fix htdocs/ overwrite test in "make install" rule: it was still testing for the presence of index.html, while it's been renamed to index.html.en a couple of weeks ago. Also, didn't we want to move /usr/local/apache/htdocs/manual/ out of the user's htdocs/ tree to /usr/local/apache/manual/ and Alias /manual/ to /usr/local/apache/manual/ ? And perhaps note the presence of the i18n versions of the entry page in the CHANGES file? [none of these are done in this commit] Revision Changes Path 1.92 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- Makefile.tmpl 1999/11/18 09:54:36 1.91 +++ Makefile.tmpl 1999/12/01 21:21:21 1.92 @@ -441,7 +441,7 @@ # icons and distributed CGI scripts. install-data: @echo "===> [data: Installing initial data files]" - [EMAIL PROTECTED] [ -f $(root)$(htdocsdir)/index.html ]; then \ + [EMAIL PROTECTED] [ -f $(root)$(htdocsdir)/index.html.en ]; then \ echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ else \ echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \