# # Simple makefile # all: static distribution # # I have a bunch of static web pages which get compiled # from *.wc files. # static: cd webc.src; make install # # The following rule goes through the major applications # which are shared and ensures that they have a current # distribution. # # Only do this for things which are managed from here. # distribution: cd update; make distribution cd bugreport; make distribution cd edit.defs; make distribution cd faq; make distribution cd register; make distribution cd taskmanage; make distribution