drop html

This commit is contained in:
Randy Bush 2025-04-30 15:26:59 -07:00
parent 5b75cf0763
commit b052174cb8

View file

@ -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)