[debian-edu-commits] debian-edu/ 02/04: Avoid to ship English EPUB manuals with other packages than d-e-doc-en.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Tue Aug 22 19:58:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-doc.

commit d319bf13c2f97a7f8602d5fbb95ef093cba78d13
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Tue Aug 22 21:44:44 2017 +0200

    Avoid to ship English EPUB manuals with other packages than d-e-doc-en.
---
 documentation/common/Makefile.common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/common/Makefile.common b/documentation/common/Makefile.common
index 555305c..e440aa6 100644
--- a/documentation/common/Makefile.common
+++ b/documentation/common/Makefile.common
@@ -149,7 +149,7 @@ install: build
 			  rm $$LANGPATH/$(name)-images/*.pdf ; \
 			fi ; \
 		fi ; \
-		if [ -e $(name).epub ] ; then \
+		if [ -e $(name).epub ] && [ "$$f" = "en" ]  ; then \
 			cp $(name).epub $$LANGPATH/$(name).epub ; \
 		fi ; \
 		if [ -e $(name).$$f.epub ] ; then \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git



More information about the debian-edu-commits mailing list