From 83d63b64c7c18b05912c8574c595b540c58a1229 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 19 Dec 2020 15:49:08 -0500 Subject: Sort RFC tags file This supposedly lets vim do binary search on the file, not that it seemed slow before. Also handle section headings with no names. --- rfc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rfc/Makefile') diff --git a/rfc/Makefile b/rfc/Makefile index c83f9879..630b09f9 100644 --- a/rfc/Makefile +++ b/rfc/Makefile @@ -1,7 +1,7 @@ MODULE = ftp.rfc-editor.org::rfcs-text-only tags: rfctags.pl - perl rfctags.pl > $@ + perl rfctags.pl | sort -f > $@ sync: rsync -z ${MODULE}/rfc-index.txt ${MODULE}/'rfc[0-9]*.txt' . -- cgit 1.4.1