aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80cc949..10e663a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,9 @@ xroff: lex.yy.c
lex.yy.c: xroff.lex
flex xroff.lex
+
+README: README.t
+ <README.t groff -ms -Tlatin1 | sed "s/\x1b\[[0-9;]*[a-zA-Z]//g" >README
+
+README.t: README.x
+ <README.x ./xroff >README.t