Makefile.am.in (1144B)
1 # This file is in the public domain. 2 3 SUBDIRS = typst . 4 5 tmplpkgdatadir = $(prefix)/share/taler-merchant/templates/ 6 staticpkgdatadir = $(prefix)/share/taler-merchant/static/ 7 spapkgdatadir = $(prefix)/share/taler-merchant/spa/ 8 9 bin_SCRIPTS = \ 10 taler-merchant-dbconfig 11 12 termsdir=$(datadir)/taler-merchant/terms/ 13 terms_DATA = \ 14 merchant-tos-tops-v0.en.rst \ 15 merchant-tos-demo-v0.en.rst 16 17 EXTRA_DIST = \ 18 $(terms_DATA) \ 19 $(bin_SCRIPTS) 20 21 dist_tmplpkgdata_DATA = \ 22 kyc_text.en.must \ 23 offer_refund.en.must \ 24 request_payment.en.must \ 25 show_order_details.en.must 26 27 %.must: wallet-core/backend/%.html 28 cp $< $@ 29 30 # Note: only works when building from Git, if you 31 # run maintainer clean against the TGZ, you will 32 # not be able to recover... 33 MAINTAINERCLEANFILES = \ 34 $(dist_tmplpkgdata_DATA) 35 36 # Note: historic mechanism for static resource files, currently not used. 37 #dist_staticpkgdata_DATA = \ 38 # foo.css 39 40 41 # This is for the single-page-app imported from the wallet-core.git 42 # prebuilt branch. This MUST be the last line in the 43 # Makefile.am.in, as it will be combined with the 44 # actual SPA data by 'bootstrap'! 45 dist_spapkgdata_DATA = \