diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7642e4024..ecc325797 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,6 +74,9 @@ endif SUBDIRS = m4 gl include jnlib common ${kbx} \ ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${tools} po ${doc} ${tests} +dist_doc_DATA = README + + dist-hook: echo "$(VERSION)" > $(distdir)/VERSION |