summary refs log tree commit diff
path: root/rfc/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-18 22:59:41 -0500
committerJune McEnroe <june@causal.agency>2020-12-18 22:59:41 -0500
commit95ae2be15891eae0b62a83d1adcc8380548c9290 (patch)
tree7ccbe7678ea106d18c378bcf362f7799fd2118d3 /rfc/Makefile
parentFix bibsort name sorting for middle names, trailing titles (diff)
downloadsrc-95ae2be15891eae0b62a83d1adcc8380548c9290.tar.gz
src-95ae2be15891eae0b62a83d1adcc8380548c9290.zip
Add scripts to download, compress and tag IETF RFCs
Diffstat (limited to 'rfc/Makefile')
-rw-r--r--rfc/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/rfc/Makefile b/rfc/Makefile
new file mode 100644
index 00000000..ed89a4e4
--- /dev/null
+++ b/rfc/Makefile
@@ -0,0 +1,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