blob: 8826487545ca677c4e27a8af3e6c63f0cbbc82fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
NULL =
templatesdir = $(datadir)/cgg
templates_DATA = \
default.xml \
template_album.html \
template_index.html \
template_picture.html \
scripts-general.js \
styles.css \
$(NULL)
EXTRA_DIST = $(templates_DATA)
|