diff options
Diffstat (limited to 'templates/classic/Makefile.am')
| -rw-r--r-- | templates/classic/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/classic/Makefile.am b/templates/classic/Makefile.am new file mode 100644 index 0000000..77cf852 --- /dev/null +++ b/templates/classic/Makefile.am @@ -0,0 +1,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) |
