aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/Makefile
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-08 14:27:40 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-08 14:27:40 -0400
commitd1cb6580aef39a49aaad670f1113008330d43f5c (patch)
treeaec4639a0cf2361f3390fbb390c470364766fc9b /gnu-taler-error-codes/Makefile
parent3df34079629bed89b6d2e84ed396778075e61e0f (diff)
downloadgana-d1cb6580aef39a49aaad670f1113008330d43f5c.tar.gz
gana-d1cb6580aef39a49aaad670f1113008330d43f5c.zip
taler ec descriptions are one line and no longer have redundant http descriptions
Diffstat (limited to 'gnu-taler-error-codes/Makefile')
-rw-r--r--gnu-taler-error-codes/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/Makefile b/gnu-taler-error-codes/Makefile
index 4601f61..b95669f 100644
--- a/gnu-taler-error-codes/Makefile
+++ b/gnu-taler-error-codes/Makefile
@@ -15,11 +15,8 @@ prep:
15combined.tmp: registry.rec prep 15combined.tmp: registry.rec prep
16 recsel -t TalerErrorCode -j HttpStatus -p Description,Name,Value,HttpStatus,HttpStatus.Value,HttpStatus.Identifier ../http-status-codes/registry.rec registry.rec > $@ 16 recsel -t TalerErrorCode -j HttpStatus -p Description,Name,Value,HttpStatus,HttpStatus.Value,HttpStatus.Identifier ../http-status-codes/registry.rec registry.rec > $@
17 17
18combined-indents.tmp: combined.tmp 18taler-error-codes.h.tmp: combined.tmp h.template
19 sed 's/\+ /\+ * /g' combined.tmp > combined-indents.tmp 19 ../format.sh h.template < combined.tmp > $@
20
21taler-error-codes.h.tmp: combined-indents.tmp h.template
22 ../format.sh h.template < combined-indents.tmp > $@
23 20
24taler-error-codes.h: h.header taler-error-codes.h.tmp h.footer 21taler-error-codes.h: h.header taler-error-codes.h.tmp h.footer
25 cat $^ > $@ 22 cat $^ > $@