aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4e72ae1c4..c97e0f6d9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -76,8 +76,9 @@ EXTRA_DIST = \
76 $(gnunet_TEXINFOS) \ 76 $(gnunet_TEXINFOS) \
77 $(gnunet_doc_images) \ 77 $(gnunet_doc_images) \
78 $(gnunet_tutorial_examples) \ 78 $(gnunet_tutorial_examples) \
79 outdated-and-old-installation-instructions.txt 79 outdated-and-old-installation-instructions.txt \
80 gnunet-c-tutorial-v1.pdf 80 gnunet-c-tutorial-v1.pdf \
81 README.txt
81 82
82version.texi: 83version.texi:
83 echo "@set UPDATED $(date +'%d %B %Y')" > $@ 84 echo "@set UPDATED $(date +'%d %B %Y')" > $@