From 2a77a4af9dee20d19f671d42f17aac21d9d7254e Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 1 Jun 2013 12:47:22 +0000 Subject: Makefile: install tmpl/*.json files git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8418 5b7c3c08-40e5-403b-9995-ace06908e4af --- Makefile | 2 +- NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e8c35b..9dc391e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION=0.5 PROJECTNAME=mga-treasurer BINFILES=mktreasurer CFGFILES=mga-treasurer.conf -TMPLFILES=tmpl/*.html tmpl/*.rss +TMPLFILES=tmpl/*.html tmpl/*.rss tmpl/*.json STATICFILES=static/* sysconfdir=/etc diff --git a/NEWS b/NEWS index 8a4bd5c..f7f0bea 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- Fix Makefile to install tmp/*.json files + Version 0.5 - add page listing all donations -- cgit v1.2.1