From 7b4f67ecef6204b73e46cb4dc3b7fec0e196d3da Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 13 Sep 2009 04:08:06 +0530 Subject: data: Cleanup installation of templates --- data/templates/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/templates/Makefile.am b/data/templates/Makefile.am index 5c2f1be..e4b0134 100644 --- a/data/templates/Makefile.am +++ b/data/templates/Makefile.am @@ -1,7 +1,12 @@ +templatesdir = $(pkgdatadir) + TEMPLATES = \ debug.html \ default.html \ stats.html +templates_DATA = \ + $(TEMPLATES) + EXTRA_DIST = \ $(TEMPLATES) -- cgit v1.2.3