commit 18356d933dd88386bcfc6a74dc166bee414add4a parent 95cada5b5158584db26f9c9e01ed1c48b164bb22 Author: Sebastian <sebasjm@gmail.com> Date: Wed, 23 Apr 2025 16:45:12 -0300 rename dist files Diffstat:
| M | gnu-taler-account-properties/Makefile | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu-taler-account-properties/Makefile b/gnu-taler-account-properties/Makefile @@ -1,5 +1,5 @@ -FILES=taler_form_attributes.ts \ - taler_form_attributes.rst +FILES=taler_account_properties.ts \ + taler_account_properties.rst all: check $(FILES) @@ -12,28 +12,28 @@ distclean: clean: rm -f $(FILES) *.tmp -taler_form_attributes.ts.tmp: registry.rec ts.template ts.form-header ts.form-footer +taler_account_properties.ts.tmp: registry.rec ts.template ts.form-header ts.form-footer /usr/bin/truncate --size 0 $@ ../format.sh ts.template < registry.rec >> $@ -taler_form_attributes.ts: ts.header taler_form_attributes.ts.tmp ts.footer +taler_account_properties.ts: ts.header taler_account_properties.ts.tmp ts.footer cat $^ > $@ -taler_form_attributes.json.tmp: registry.rec json.template json.form-header json.form-footer +taler_account_properties.json.tmp: registry.rec json.template json.form-header json.form-footer /usr/bin/truncate --size 0 $@ ../format.sh json.template < registry.rec >> $@ -taler_form_attributes.json: json.header taler_form_attributes.json.tmp json.footer +taler_account_properties.json: json.header taler_account_properties.json.tmp json.footer cat $^ > $@ -taler_form_attributes.rst.tmp: registry.rec rst.template +taler_account_properties.rst.tmp: registry.rec rst.template ../format.sh rst.template < registry.rec > $@ -taler_form_attributes.rst: rst.header taler_form_attributes.rst.tmp rst.footer +taler_account_properties.rst: rst.header taler_account_properties.rst.tmp rst.footer cat $^ > $@ .PHONY: check clean distclean