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)