diff options
author | June McEnroe <june@causal.agency> | 2022-01-03 14:08:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-03 14:08:23 -0500 |
commit | 62fb45e18ff493e576ddbf24b83d46d064760072 (patch) | |
tree | 368ea224bc9c96b39114f7b396e1853fd7da74e7 /doc/rfc/Makefile | |
parent | Remove sudo/doas from install script (diff) | |
download | src-62fb45e18ff493e576ddbf24b83d46d064760072.tar.gz src-62fb45e18ff493e576ddbf24b83d46d064760072.zip |
Generate RFC bibliographic blocks from JSON
Diffstat (limited to '')
-rw-r--r-- | doc/rfc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rfc/Makefile b/doc/rfc/Makefile index 31e238a0..3078dcd3 100644 --- a/doc/rfc/Makefile +++ b/doc/rfc/Makefile @@ -1,8 +1,8 @@ PREFIX ?= ~/.local MANDIR ?= ${PREFIX}/share/man -MODULE = ftp.rfc-editor.org::rfcs-text-only -RFCS = ${MODULE}/rfc-index.txt ${MODULE}/'rfc[1-9]*.txt' +MODULE = ftp.rfc-editor.org::rfcs +RFCS = ${MODULE}/rfc-index.txt ${MODULE}/'rfc[1-9]*.txt' ${MODULE}/'rfc*.json' all: rfc rfctags |