From bcecbedc31315c6467a181043b6032ea82de8c45 Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Wed, 28 Jan 2026 08:46:16 -0800 Subject: [PATCH] no longer make html --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 960162a..6b74e64 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,12 @@ # # Your nroff document is called foo.txt. Change below as appropiate. -NAME=draft-ymbk-lsvr-l3nd +NAME=draft-ymbk-lsvr -l3nd DEST=psg.com:public_html RSY=rsync --rsh ssh -v -a -l -H -p -t -x --delete all: $(NAME).xml - xml2rfc $(NAME).xml --html --text + xml2rfc $(NAME).xml --text rsy: $(RSY) $(NAME).html $(DEST)