aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-20 13:02:56 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-20 13:02:56 +0200
commit1ae01f75cd5ee40f5a4c3177d7e7d2d4397e18b7 (patch)
tree76f3b932923fa1690add9ae7c8fbc402a3e80627 /contrib/Makefile.am
parent35e505f6bf983a5bffa4fd5d5ef4344c7da75a9f (diff)
downloadexchange-1ae01f75cd5ee40f5a4c3177d7e7d2d4397e18b7.tar.xz
-improve build logic
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am23
1 files changed, 12 insertions, 11 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index aae1473b8..6213ac36a 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -25,18 +25,18 @@ ppendir=$(datadir)/taler/exchange/pp/en
rdatadir=$(datadir)/taler/exchange
tosen_DATA = \
- tos/en/0.txt \
- tos/en/0.pdf \
- tos/en/0.epub \
- tos/en/0.xml \
- tos/en/0.html
+ tos/en/*.txt \
+ tos/en/*.pdf \
+ tos/en/*.epub \
+ tos/en/*.xml \
+ tos/en/*.html
ppen_DATA = \
- pp/en/0.txt \
- pp/en/0.pdf \
- pp/en/0.epub \
- pp/en/0.xml \
- pp/en/0.html
+ pp/en/*.txt \
+ pp/en/*.pdf \
+ pp/en/*.epub \
+ pp/en/*.xml \
+ pp/en/*.html
rdata_DATA = \
auditor-report.tex.j2
@@ -56,8 +56,9 @@ EXTRA_DIST = \
gana/gnu-taler-error-codes/Makefile \
tos/Makefile \
tos/README \
+ tos/bfh.rst \
tos/tos.rst \
- tos/conf.py \
+ tos/conf.py.in \
tos/locale/de/LC_MESSAGES/tos.po \
pp/Makefile \
pp/README \