From 28938c63dff3ce6200a36558c3f986625244fe53 Mon Sep 17 00:00:00 2001 From: brook Date: Fri, 9 Aug 2019 18:32:48 +0000 Subject: R-brew: initial commit brew implements a templating framework for mixing text and R code for report generation. brew template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module. --- textproc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index eeefa36b580..d567bf0ea17 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1044 2019/08/09 18:31:59 brook Exp $ +# $NetBSD: Makefile,v 1.1045 2019/08/09 18:32:48 brook Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -11,6 +11,7 @@ SUBDIR+= GutenMark-words SUBDIR+= LDoc SUBDIR+= Markdown SUBDIR+= OdfConverter +SUBDIR+= R-brew SUBDIR+= R-cellranger SUBDIR+= R-clisymbols SUBDIR+= R-commonmark -- cgit v1.2.3