stolen from classless
This commit is contained in:
commit
74b5c770dd
1 changed files with 21 additions and 0 deletions
21
Makefile
Normal file
21
Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
#
|
||||||
|
# Makefile for I-D's and RFCs
|
||||||
|
# $Id: Makefile,v 1.1.1.1 2002-11-11 05:11:48 randy Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
# Your nroff document is called foo.txt. Change below as appropiate.
|
||||||
|
NAME=draft-ymbk-9092update
|
||||||
|
DEST=archive.psg.com:public_html
|
||||||
|
RSY=rsync --rsh ssh -v -a -l -H -p -t -x --delete
|
||||||
|
|
||||||
|
all: $(NAME).txt
|
||||||
|
|
||||||
|
$(NAME).txt: $(NAME).xml
|
||||||
|
xml2rfc $(NAME).xml --html --text
|
||||||
|
|
||||||
|
rsy: $(NAME).html $(NAME).txt
|
||||||
|
$(RSY) $(NAME).html $(DEST)
|
||||||
|
$(RSY) $(NAME).txt $(DEST)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.html *.txt *~
|
||||||
Loading…
Add table
Add a link
Reference in a new issue