blob: ed89a4e4178ed1e23f2b95de4d534d94c000aa85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
tags: rfctags.pl
perl rfctags.pl > $@
sync:
rsync -z ftp.rfc-editor.org::rfcs-text-only/'rfc[0-9]*.txt' .
compress:
gzip -9f *.txt
clean:
rm -f *.txt *.txt.gz tags
|