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

Annotation of www/Makefile, Revision 1.1

1.1     ! ian         1: # Makefile for WWW subdirectory.
        !             2:
        !             3: all: groups.html support.html
        !             4:
        !             5: # Build the user groups page.
        !             6: groups.html:   groups.dat groups.awk groups.skel
        !             7:                awk -f groups.awk groups.dat > groups-tbl.html
        !             8:                cpp -P groups.skel > groups.html
        !             9:                @rm -f groups-tbl.html
        !            10:
        !            11: # Build the support/consultants page.
        !            12: support.html:  support.dat support.awk support.skel
        !            13:                awk -f support.awk support.dat > support-tbl.html
        !            14:                cpp -P support.skel > support.html
        !            15:                @rm -f support-tbl.html