aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/Makefile')
-rw-r--r--gnu-taler-error-codes/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/Makefile b/gnu-taler-error-codes/Makefile
index 194868d..ff939c9 100644
--- a/gnu-taler-error-codes/Makefile
+++ b/gnu-taler-error-codes/Makefile
@@ -72,4 +72,10 @@ taler_error_codes.go.tmp: combined.tmp go.template
72taler_error_codes.go: go.header taler_error_codes.go.tmp go.footer 72taler_error_codes.go: go.header taler_error_codes.go.tmp go.footer
73 cat $^ > $@ 73 cat $^ > $@
74 74
75taler_error_codes.rst.tmp: combined.tmp rst.template
76 ../format.sh rst.template < combined.tmp > $@
77
78taler_error_codes.rst: rst.header taler_error_codes.rst.tmp rst.footer
79 cat $^ > $@
80
75.PHONY: check clean distclean prep 81.PHONY: check clean distclean prep