summary refs log tree commit diff
path: root/rfc/Makefile
blob: 630b09f9b12b7820817450ac75bd4d73470f01cf (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 | sort -f > $@

sync:
	rsync -z ${MODULE}/rfc-index.txt ${MODULE}/'rfc[0-9]*.txt' .

compress:
	gzip -9f *.txt

clean:
	rm -f *.txt *.txt.gz tags