#!/bin/sh -x # # $OpenBSD: groups.bld,v 1.2 1999/09/24 03:08:10 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 groups.awk groups.dat > groups-tbl.html cpp -P groups.skel > groups.html rm -f groups-tbl.html