From cc4f17e0d8b9c027448a75dafa8194a36d283acd Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 1 Feb 2015 16:51:35 +0100 Subject: Move the current design templates in the "classic" subdir Let's call this design a "classic" one. --- templates/classic/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/classic/Makefile.am (limited to 'templates/classic/Makefile.am') 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) -- cgit v1.2.3