#!/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