mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix to support git worktree.
* autogen.sh, Makefile.am, doc/Makefile.am: Use -e for testing .git. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
e2f984b4af
commit
96237b9a63
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue