From 175b66f818096c6b4c1819f6044bbd0db4b31980 Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Mon, 9 Dec 2024 12:06:39 -0800 Subject: [PATCH] stop making html --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 865370d..1a6bee1 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ 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)