guix-commits
[Top][All Lists]
Advanced

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

02/06: maint: 'release' clears gettext-induced changes in doc/.


From: guix-commits
Subject: 02/06: maint: 'release' clears gettext-induced changes in doc/.
Date: Fri, 19 Apr 2019 11:48:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 24963c13075b07db0c4e6005df9cde3bb51b2e32
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 19 15:51:55 2019 +0200

    maint: 'release' clears gettext-induced changes in doc/.
    
    * Makefile.am (release): Run "git checkout ." in doc/
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 8d52326..93203f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -701,6 +701,7 @@ GUIX_SYSTEM_VM_IMAGE_BASE = 
guix-system-vm-image-$(PACKAGE_VERSION)
 # issue described at <https://savannah.gnu.org/bugs/index.php?51027>.
 release: dist
        cd po; git checkout .
+       cd doc; git checkout .
        @if ! git diff-index --quiet HEAD; then                 \
          echo "There are uncommitted changes; stopping." >&2 ; \
          exit 1 ;                                              \



reply via email to

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