From 152d46f2ccbd5e6aea910d7242dd511b313f8236 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 28 May 2019 18:50:33 -0400 Subject: delim substituted by command in compiler --- groffdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groffdown b/groffdown index 60e7721..5d20104 100755 --- a/groffdown +++ b/groffdown @@ -5,7 +5,7 @@ dir=$(dirname "$file") base="${file%.*}" -output=$( sed -e '1s/---/\.EQ\ndelim\ $$\n\.EN\n/ +output=$( sed -e '1s/---// s/title:/\.TL\n/ s/author:/\.AU\n/ s/date:/\.ND\n/ -- cgit v1.2.3