From 3df34079629bed89b6d2e84ed396778075e61e0f Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Sun, 7 Jun 2020 21:00:40 -0400 Subject: created registry for taler error codes --- gnu-taler-error-codes/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu-taler-error-codes/Makefile') diff --git a/gnu-taler-error-codes/Makefile b/gnu-taler-error-codes/Makefile index b95669f..4601f61 100644 --- a/gnu-taler-error-codes/Makefile +++ b/gnu-taler-error-codes/Makefile @@ -15,8 +15,11 @@ prep: combined.tmp: registry.rec prep recsel -t TalerErrorCode -j HttpStatus -p Description,Name,Value,HttpStatus,HttpStatus.Value,HttpStatus.Identifier ../http-status-codes/registry.rec registry.rec > $@ -taler-error-codes.h.tmp: combined.tmp h.template - ../format.sh h.template < combined.tmp > $@ +combined-indents.tmp: combined.tmp + sed 's/\+ /\+ * /g' combined.tmp > combined-indents.tmp + +taler-error-codes.h.tmp: combined-indents.tmp h.template + ../format.sh h.template < combined-indents.tmp > $@ taler-error-codes.h: h.header taler-error-codes.h.tmp h.footer cat $^ > $@ -- cgit v1.2.3