From 65298a273e71c6576aca51b75495315f3edeaead Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 12 Apr 2013 14:12:45 +0000 Subject: Makefile: also install txt template files --- Makefile | 2 +- NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5d4935..7a3fb3a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION=0.3 BINFILES=mkpeople CFGFILES=mgapeople.conf -TMPLFILES=tmpl/*.html +TMPLFILES=tmpl/*.html tmpl/*.txt sysconfdir=/etc bindir=/usr/bin diff --git a/NEWS b/NEWS index 0d0e93f..7d4d3a8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- fix Makefile to also install txt template files + Version 0.3 - add support for multiple output formats -- cgit v1.2.1