emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode 1c42c634bf 379/500: Allow missing git repo


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 1c42c634bf 379/500: Allow missing git repo
Date: Sat, 29 Jan 2022 08:27:29 -0500 (EST)

branch: elpa/nix-mode
commit 1c42c634bfc1f86dfb2feefd477dc65a4cb21703
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    Allow missing git repo
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e2199120ba..154660c232 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ install: $(ELCS) nix-mode.info nix-mode.html AUTHORS.md
        cp nix-mode.info $(DESTDIR)$(PREFIX)/share/info/
 
        mkdir -p $(DESTDIR)$(PREFIX)/share/doc/
-       cp AUTHORS.md $(DESTDIR)$(PREFIX)/share/doc/
+       test -f AUTHORS.md && cp AUTHORS.md $(DESTDIR)$(PREFIX)/share/doc/ || 
true
 
 AUTHORS.md:
        @test -e .git \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]