From 592efa05e747359be717705d82ec25acca0f16b2 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 18 Dec 2020 22:59:41 -0500 Subject: Add scripts to download, compress and tag IETF RFCs --- rfc/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rfc/Makefile (limited to 'rfc/Makefile') 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 -- cgit 1.4.1