# List any HTML files for which there are recipes that
# should be build for "all" and deleted during cleaning.
HTMLTARGETS=indexpage.html

# List any other files for which there are recipes that
# should be built for "all" and deleted during cleaning.
FILETARGETS=

# Phony targets.  These are built for "all" but excluded
# from deletion during cleaning.
PHONYTARGETS=

# A list of files or directories that should be ignored.
# They should not be built or recursed into.
IGNORE=

include ${WEBBASE}/Include/Makefile.inc

indexpage.web: FORCE
	${WEBBASE}/Include/bin/buildindex -i

FORCE:
