diff options
author | Werner Koch <wk@gnupg.org> | 2008-03-27 14:18:19 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-03-27 14:18:19 +0100 |
commit | 798ca1d14803421c2aadbeffdd980150a6b33070 (patch) | |
tree | c596bcc401872d56eb0f47fbd7eb40a6369ea03f /Makefile.am | |
parent | Allow standalone build. (diff) | |
download | gnupg2-798ca1d14803421c2aadbeffdd980150a6b33070.tar.xz gnupg2-798ca1d14803421c2aadbeffdd980150a6b33070.zip |
Utilize new automake vars for proper installation into doc/.
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 |