for f in gophermap \
audio/gophermap \
books/gophermap \
images/gophermap \
software/gophermap \
video/gophermap
do
build_gophermap ${SRC}/${f}.m4 ${DST}/$f
done
# CGI
for f in account \
details \
download \
list \
lists \
listsort \
raw \
search \
sort \
wizard/step1 \
wizard/step2 \
wizard/step3
do
build_cgi ${SRC}/${f}.m4 ${CGI}/$f
done