diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/Makefile.am | 13 |
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) |
