[debian-edu-commits] [Git][debian-edu/debian-edu-doc][master] Don't leave .po.orig files lying around after a general build.
Frans Spiesschaert (@frans)
gitlab at salsa.debian.org
Sat Jun 7 19:55:32 BST 2025
Frans Spiesschaert pushed to branch master at Debian Edu / debian-edu-doc
Commits:
9b8c3b72 by Frans Spiesschaert at 2025-06-07T20:55:07+02:00
Don't leave .po.orig files lying around after a general build.
- - - - -
1 changed file:
- documentation/common/Makefile.common
Changes:
=====================================
documentation/common/Makefile.common
=====================================
@@ -109,7 +109,7 @@ build-xml:
done
# restore modified PO files
for f in $(LANGUAGES) ; do \
- cp $(name).$$f.po.orig $(name).$$f.po ; \
+ mv $(name).$$f.po.orig $(name).$$f.po ; \
done
else
build-xml:
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/commit/9b8c3b7214dd7883e5bd84cda2e783f93ddaf699
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/commit/9b8c3b7214dd7883e5bd84cda2e783f93ddaf699
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20250607/2e3a1231/attachment.htm>
More information about the debian-edu-commits
mailing list