summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-31 23:41:05 +0200
committerChristian Grothoff <christian@grothoff.org>2024-03-31 23:41:05 +0200
commit2d54d4d12e51d856f0d5810c1140484a1bd7b58b (patch)
tree7120efb81fcc870c3d853a8d4858ba76d3539258
parenta2efe7962fe146efaa407217939f5cf77df8e568 (diff)
downloadexchange-2d54d4d12e51d856f0d5810c1140484a1bd7b58b.tar.gz
exchange-2d54d4d12e51d856f0d5810c1140484a1bd7b58b.tar.bz2
exchange-2d54d4d12e51d856f0d5810c1140484a1bd7b58b.zip
include mustach resources in dist
-rw-r--r--src/templating/Makefile.am62
1 files changed, 61 insertions, 1 deletions
diff --git a/src/templating/Makefile.am b/src/templating/Makefile.am
index c55f2964d..69ae55ee2 100644
--- a/src/templating/Makefile.am
+++ b/src/templating/Makefile.am
@@ -68,4 +68,64 @@ check_SCRIPTS = \
TESTS = $(check_SCRIPTS) $(check_PROGRAMS)
EXTRA_DIST = \
- $(check_SCRIPTS)
+ $(check_SCRIPTS) \
+ mustach-original-Makefile \
+ mustach.1.gz \
+ mustach.1.scd \
+ meson.build \
+ LICENSE.txt \
+ ORIGIN \
+ pkgcfgs \
+ README.md \
+ dotest.sh \
+ AUTHORS \
+ CHANGELOG.md \
+ mustach-json-c.h \
+ mustach-json-c.c \
+ mustach-cjson-c.h \
+ mustach-cjson-c.c \
+ test1/json \
+ test1/Makefile \
+ test1/must \
+ test1/resu.ref \
+ test1/vg.ref \
+ test2/json \
+ test2/Makefile \
+ test2/must \
+ test2/resu.ref \
+ test2/vg.ref \
+ test3/json \
+ test3/Makefile \
+ test3/must \
+ test3/resu.ref \
+ test3/vg.ref \
+ test4/json \
+ test4/Makefile \
+ test4/must \
+ test4/resu.ref \
+ test4/vg.ref \
+ test5/json \
+ test5/Makefile \
+ test5/must \
+ test5/must2 \
+ test5/must2.mustache \
+ test5/must3.mustache \
+ test5/resu.ref \
+ test5/vg.ref \
+ test6/json \
+ test6/Makefile \
+ test6/must \
+ test6/resu.ref \
+ test6/test-custom-write.c \
+ test6/vg.ref \
+ test7/base.mustache \
+ test7/json \
+ test7/Makefile \
+ test7/node.mustache \
+ test7/resu.ref \
+ test7/vg.ref \
+ test8/json \
+ test8/Makefile \
+ test8/must \
+ test8/resu.ref \
+ test8/vg.ref