summaryrefslogtreecommitdiff
path: root/templates/Makefile.am
blob: 45c3baf732aa43c64322d60677ad13466444b3d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
NULL =

templatesdir = $(datadir)/cgg

templates_DATA =			\
	scripts-general.js		\
	styles.css			\
	template-album.tmpl		\
	template-index.tmpl		\
	template-view_photo.tmpl	\
	$(NULL)

EXTRA_DIST = $(templates_DATA)