Add robots.txt to Makefile

This commit is contained in:
Michael Spang 2010-01-11 08:44:27 -05:00
parent 75337a7248
commit bff52b123a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
SHELL = umask 002; exec /bin/sh
FILES = events.ics events.atom news.atom index.html stats.html \
favicon.ico default.css csclub.der csclub.pem
favicon.ico default.css csclub.der csclub.pem robots.txt
SUBDIRS = about events office news services media buttons logos flash library
include common.mk