commit c6258ebebb7645bc4a05df1b97193315861958df parent 8065fcca1c748acae911fc9819d2f9c31d37d43e Author: ng0 <ng0@infotropique.org> Date: Thu, 17 Aug 2017 11:55:23 +0000 doc: Makefile.am: += -> = Signed-off-by: ng0 <ng0@infotropique.org> Diffstat:
| M | doc/Makefile.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -44,6 +44,6 @@ gnunet_TEXINFOS = \ fdl-1.3.texi \ gpl-3.0.texi -EXTRA_DIST += \ +EXTRA_DIST = \ $(gnunet_TEXINFOS) \ $(gnunet_doc_images)