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