[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [Development] / failsafe / FailSafe-mgr / web / FailSafeManager

File: [Development] / failsafe / FailSafe-mgr / web / FailSafeManager / Makefile.am (download)

Revision 1.4, Fri Aug 4 00:28:41 2000 UTC (17 years, 2 months ago) by rusty
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +5 -6 lines

index.shtml and noplugin.shtml are now generated by the configure
script so that they contain the correct path to fsmgrhtml.

#  Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.

include $(top_srcdir)/common.am

webdir = @WEBROOTDIR@/FailSafeManager

# what about fsmgrtag?
rhwebbin_SCRIPTS = fsmgrhtml
SUFFIXES = .sh

STATICFILES = \
    bullet.gif \
    fsmgr.html \
    noplugin-info.html \
    plugin-info.html \
    sgi_logo.gif

web_DATA = index.shtml noplugin.shtml $(STATICFILES)

EXTRA_DIST = fsmgrtag.sh fsmgrhtml.sh index.shtml.in noplugin.shtml $(STATICFILES)

install-data-local:
	 $(mkinstalldirs) $(DESTDIR)$(webdir)
	 $(LN_S) $(RHJARDIR)/fsmgr.jar $(DESTDIR)$(webdir)
	 $(LN_S) $(RHJARDIR)/fsmgrP.jar $(DESTDIR)$(webdir)
	 $(LN_S) $(RHJARDIR)/sysadm.jar $(DESTDIR)$(webdir)
	 $(LN_S) $(RHJARDIR)/sysadmP.jar $(DESTDIR)$(webdir)
	 $(LN_S) $(RHJARDIR)/swingall.jar $(DESTDIR)$(webdir)
	 $(LN_S) $(RHJARDIR)/jh.jar $(DESTDIR)$(webdir)

CLEANFILES = fsmgrhtml fsmgrtag index.shtml noplugin.shtml