## Cherokee: Makefile.am  -*- makefile -*-

SUBDIRS = js css images

HTMLS = \
help_404.html

adminstaticdir = "$(datadir)/cherokee/admin/static"
adminstatic_DATA = \
$(HTMLS)

EXTRA_DIST = \
$(HTMLS)