From b052174cb8ccf498dc1a227b828445e97f2f0cda Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Wed, 30 Apr 2025 15:26:59 -0700 Subject: [PATCH] drop html --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0472b43..4d6290e 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)