[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / Attic / Makefile (download)

Revision 1.1, Fri Sep 24 15:55:52 1999 UTC (24 years, 8 months ago) by ian
Branch: MAIN

Replace two scripts with Makefile, and add color headers and image to
both pages (all suggested by Theo); add/update a couple of entries requested.

# Makefile for WWW subdirectory.

all: groups.html support.html

# Build the user groups page.
groups.html:	groups.dat groups.awk groups.skel
		awk -f groups.awk groups.dat > groups-tbl.html
		cpp -P groups.skel > groups.html
		@rm -f groups-tbl.html

# Build the support/consultants page.
support.html:	support.dat support.awk support.skel
		awk -f support.awk support.dat > support-tbl.html
		cpp -P support.skel > support.html
		@rm -f support-tbl.html