Browse Source
maint: 'release' clears gettext-induced changes in doc/.
* Makefile.am (release): Run "git checkout ." in doc/
version-1.0.0
Ludovic Courtès
3 years ago
No known key found for this signature in database
GPG Key ID: 90B11993D9AEBB5
1 changed files with
1 additions and
0 deletions
-
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 ; \
|
|
|
|