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

Annotation of www/groups.bld, Revision 1.1

1.1     ! ian         1: #!/bin/sh -x
        !             2: #
        !             3: # $OpenBSD$
        !             4: #
        !             5: # Build the OpenBSD user groups web page.
        !             6: # Uses the following files:
        !             7: #
        !             8: #      groups.dat:             raw data
        !             9: #      groups.awk:             Script to massage raw data
        !            10: #      groups.skel             HTML page, with #include for table
        !            11: #
        !            12: #set -e
        !            13: awk -f support.awk groups.dat > groups-tbl.html
        !            14: cpp -P groups.skel > groups.html
        !            15: rm -f groups-tbl.html