You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
329 B
11 lines
329 B
FILES = index.html exec.html members.html constitution.html donations.html \
|
|
code-of-conduct.html positions.html \
|
|
constitution-change-20020920.html constitution-change-20040205.html
|
|
RELDIR = about/
|
|
include ../common.mk
|
|
|
|
$(OUTDIR)members.html: force
|
|
$(OUTDIR)positions.html: force
|
|
|
|
$(OUTDIR)exec.html:
|
|
ln -s positions.html $@
|
|
|