aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2016-01-13 08:22:37 +0000
committerNIIBE Yutaka <[email protected]>2016-01-13 08:22:37 +0000
commit96237b9a63a50aed1884cb06f84279b977d6a8fa (patch)
tree36699a6c857a8af5f4c52e18853a1740b09fc2f4 /doc
parentssh: Accept OpenSSH *cert-v01 key variants. (diff)
downloadgnupg-96237b9a63a50aed1884cb06f84279b977d6a8fa.tar.gz
gnupg-96237b9a63a50aed1884cb06f84279b977d6a8fa.zip
Fix to support git worktree.
* autogen.sh, Makefile.am, doc/Makefile.am: Use -e for testing .git. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5449d07a9..a1a570c38 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -136,7 +136,7 @@ dist-hook: defsincdate
defsincdate: $(gnupg_TEXINFOS)
: >defsincdate ; \
- if test -d $(top_srcdir)/.git; then \
+ if test -e $(top_srcdir)/.git; then \
(cd $(srcdir) && git log -1 --format='%ct' \
-- $(gnupg_TEXINFOS) 2>/dev/null) >>defsincdate; \
fi