[BACK]Return to groups.bld CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / Attic / groups.bld (download)

Revision 1.1, Fri Sep 17 22:19:02 1999 UTC (24 years, 8 months ago) by ian
Branch: MAIN

Add User Groups page, requested by Theo.

#!/bin/sh -x
#
# $OpenBSD: groups.bld,v 1.1 1999/09/17 22:19:02 ian Exp $
#
# Build the OpenBSD user groups web page.
# Uses the following files:
#
#	groups.dat:		raw data
#	groups.awk:		Script to massage raw data
#	groups.skel		HTML page, with #include for table
#
#set -e
awk -f support.awk groups.dat > groups-tbl.html
cpp -P groups.skel > groups.html
rm -f groups-tbl.html