diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templating/Makefile.am | 62 |
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 |