summary refs log tree commit diff
path: root/rfc/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-19 15:49:08 -0500
committerJune McEnroe <june@causal.agency>2020-12-19 15:49:08 -0500
commit5107c9d50e11d37042e8ce33ba15511d88b5572b (patch)
tree392241c99ae3c73080ac0e798bcb0f87b845177e /rfc/Makefile
parentOpen rfc-index.txt for :RFC without argument (diff)
downloadsrc-5107c9d50e11d37042e8ce33ba15511d88b5572b.tar.gz
src-5107c9d50e11d37042e8ce33ba15511d88b5572b.zip
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.
Diffstat (limited to 'rfc/Makefile')
-rw-r--r--rfc/Makefile2
1 files changed, 1 insertions, 1 deletions
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' .