summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-27 21:41:40 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-27 21:41:40 +0100
commit489d24b2d3e91762354023127fdaf384c2570427 (patch)
tree85db1e2505522429dc9b8cba84e4578dc0f92516 /templates
parent2eda46ed24d5c22dd895d3eebd8af931be4fefdc (diff)
downloadcataract-489d24b2d3e91762354023127fdaf384c2570427.tar.xz
Dist templates
Dist sample source structure - automake always deference symlinks, we need to find better way to handle the sample structure
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/Makefile.am b/templates/Makefile.am
new file mode 100644
index 0000000..45c3baf
--- /dev/null
+++ b/templates/Makefile.am
@@ -0,0 +1,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)