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