# This makefile is used to generate .html files from .htms files. # .htms - HyperText Markup Source # .html - HyperText Markup Language # # This is accomplished by running the .htms files through gm4, which # allows one to include other files, to have macros and all the other # features which gm4 has. # # A standard include file with various macros which can be used in # the .htms files is loaded by this makefile. # # For all the macros and rules, see Makeconf in /home/www/public # # Created by GLen Pringle 2 May 1996 based upon an idea by Kevin Lentin FILES = local.html www.html index.html groups.html accounts.html all: $(FILES) $(FILES): $(DEPENDON)