diff options
| author | Christian Grothoff <christian@grothoff.org> | 2019-12-20 20:10:46 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2019-12-20 20:10:46 +0100 | 
| commit | 8af89ff197715427763c1c80d62d96e517760434 (patch) | |
| tree | 9688037931b7d58b13d9cb4469b98a0954c6a38b /contrib | |
| parent | b554f1e9095e5c910c6cf58e040565d0ca911bca (diff) | |
misc release preparations: mostly fixing 'make dist' target
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/Makefile.am | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/contrib/Makefile.am b/contrib/Makefile.am index f11fbe92..dfe37429 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,6 +1,9 @@  SUBDIRS = . tos pp  EXTRA_DIST = \ +  auditor-report.tex.j2 \    coverage.sh \    gnunet.tag \ -  microhttpd.tag +  microhttpd.tag \ +  render.py +  | 
