diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-04 00:22:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-04 00:22:23 +0100 |
commit | 711027f651b2ed73bdf1d93bb74c86213a2358f5 (patch) | |
tree | c8cf8e37d776917ad016127952666f8bab764d3c /contrib/tos/Makefile.am | |
parent | 7126482822e45feb099e43bce384537914c62f57 (diff) |
add TOS
Diffstat (limited to 'contrib/tos/Makefile.am')
-rw-r--r-- | contrib/tos/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/tos/Makefile.am b/contrib/tos/Makefile.am new file mode 100644 index 000000000..1a86e4087 --- /dev/null +++ b/contrib/tos/Makefile.am @@ -0,0 +1,11 @@ + +# English (en) +tosendir=$(pkgdatadir)/tos/en + +tosen_DATA = \ + en/0.txt \ + en/0.docx \ + en/0.html + +EXTRA_DIST = \ + $(tosen_DATA) |