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