don't build if unnecessary
This commit is contained in:
parent
38fc8953c7
commit
37d7ee402e
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -8,10 +8,12 @@ NAME=draft-ietf-sidrops-rov-no-rr
|
||||||
DEST=archive.psg.com:public_html
|
DEST=archive.psg.com:public_html
|
||||||
RSY=rsync --rsh ssh -v -a -l -H -p -t -x --delete
|
RSY=rsync --rsh ssh -v -a -l -H -p -t -x --delete
|
||||||
|
|
||||||
all: $(NAME).xml
|
all: $(NAME).txt
|
||||||
|
|
||||||
|
$(NAME).txt: $(NAME).xml
|
||||||
xml2rfc $(NAME).xml --html --text
|
xml2rfc $(NAME).xml --html --text
|
||||||
|
|
||||||
rsy:
|
rsy: $(NAME).html $(NAME).txt
|
||||||
$(RSY) $(NAME).html $(DEST)
|
$(RSY) $(NAME).html $(DEST)
|
||||||
$(RSY) $(NAME).txt $(DEST)
|
$(RSY) $(NAME).txt $(DEST)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue