head	1.8;
access;
symbols
	TIGRIS_710_FF:1.6
	TIGRIS_706:1.3
	TIGRIS_SEP_13_2000:1.3.0.2
	TIGRIS_705:1.3
	TIGRIS_704:1.3
	TIGRIS_703:1.3
	TIGRIS_702:1.3
	TIGRIS_701:1.2
	TIGRIS_BASELINE:1.2
	BUGZILLA_2_6_MODIFIED:1.2.0.2
	BUGZILLA_2_10_STOCK:1.2;
locks; strict;
comment	@# @;


1.8
date	2000.11.16.20.16.58;	author edk;	state dead;
branches;
next	1.7;

1.7
date	2000.11.07.00.19.20;	author stack;	state Exp;
branches;
next	1.6;

1.6
date	2000.11.05.23.11.01;	author jrobbins;	state Exp;
branches;
next	1.5;

1.5
date	2000.11.05.23.05.59;	author jrobbins;	state Exp;
branches;
next	1.4;

1.4
date	2000.11.03.23.56.43;	author stack;	state Exp;
branches;
next	1.3;

1.3
date	2000.10.17.17.05.13;	author stack;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.23.22.26.19;	author ed;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.23.17.30.14;	author ed;	state Exp;
branches;
next	;


desc
@@


1.8
log
@remove files which are no longer in use from the head of the tree
@
text
@######################################################################
# -*- Makefile -*- developed for a Unix system.
#

include Makefile.config

install:
	@@echo "Issuezilla is now used in place of Bugzilla. Doing nothing"

# This is the former bugzilla install.  We use issuezilla in place
# of bugzilla now so don't copy it over.
#
old_install:
	@@echo 'Installing project configuration files to sandbox'; \
	for f in $(HTTPD_CONF_FILES); do \
	  echo "  $${f}"; \
	  if [ -f $(HTTPD_CONF_DIR)/$${f}.orig ]; then \
	    rm -f $(HTTPD_CONF_DIR)/$${f}.orig; \
	  fi; \
	  if [ -f $(HTTPD_CONF_DIR)/$${f} ]; then \
	    mv $(HTTPD_CONF_DIR)/$${f} $(HTTPD_CONF_DIR)/$${f}.orig; \
	  fi; \
	  cp -f $${f}* $(HTTPD_CONF_DIR); \
	done; \
	echo 'Installation of project configuration files complete'; \
	unset registry f ; \
	true 

# Clean target
#
.PHONY: clean
clean:

@


1.7
log
@Added a 'clean' target
@
text
@@


1.6
log
@corrected syntax error
@
text
@d29 5
@


1.5
log
@corrected syntax error
@
text
@d13 1
a13 1
old_install
@


1.4
log
@Changed makefile so it does nothing
@
text
@d8 1
a8 1
    @@echo "Issuezilla is now used in place of Bugzilla. Doing nothing"
@


1.3
log
@On make install, was annoyingly asking you if you were sure you wanted to overwrite the old configuration backup.  Now the old backup property files are first removed. We then make backup of what's currently there and thereafter copy into place new property files
@
text
@d8 6
@


1.2
log
@unset may return a false value ; use true to ensure that make understands
things completed successfully.
@
text
@d11 3
@


1.1
log
@large changes corresponding to the conf file reorganization.  the apache
conf files are now all contained in a directory, and combined into
the real httpd.conf file.  registry.httpd.conf is no more.
@
text
@d17 2
a18 1
	unset registry f
@

