commit 8c6ee5daa5cdbd487f7afcedfb65c1e77556f87f
parent d377fc52bf9edf99c2c3c564aac53a6c547c88a0
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 15 Feb 2025 14:34:31 +0100
-generate HTTP status code texinfo
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/http-status-codes/Makefile b/http-status-codes/Makefile
@@ -27,5 +27,8 @@ http-status-codes.h.tmp: registry.rec h.template
http-status-codes.h: h.header http-status-codes.h.tmp h.footer
cat h.header http-status-codes.h.tmp h.footer > $@
+http-status-texi.gen: http-status.template registry.rec
+ ../format.sh http-status.template < registry.rec > $@
+
.PHONY: check clean distclean