[debian-edu-commits] debian-edu/debian-edu-doc.git (#42) - wheezy (branch) updated: 74db4b9021b5e41cdd855511ef87c5e24bab855e

David Prévot taffit at alioth.debian.org
Sat Oct 5 12:11:44 UTC 2013


The branch, wheezy has been updated
       via  74db4b9021b5e41cdd855511ef87c5e24bab855e (commit)
      from  2177a231f629b51ecdccd039f5d37954858a06e3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/rules |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/rules b/debian/rules
index 2b23d39..a35f44a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,12 +56,18 @@ install: build
 	# 
 	# IKT bok
 	#
-	for i in en nb de nl pt ; do \
+	for i in en de nl pt ; do \
 		install -d $(DESTDIR)$(DESTPATH)/$$i/ikt-book ; \
 		install -m 644 $(TMPSRC)/dokumentasjon/IKT-bok.$$i.* $(DESTDIR)$(DESTPATH)/$$i/ikt-book ; \
 	done
 		#missing in the for loop above:
 		#install -m 644 $(TMPSRC)/dokumentasjon/IKT-bok.html.$$i $(DESTDIR)$(DESTPATH)/$$i/ikt-book ; \
+	# The nb version is without language tag
+	install -d $(DESTDIR)$(DESTPATH)/nb/ikt-book
+	for end in html pdf txt ; do \
+		install -m 644 $(TMPSRC)/dokumentasjon/IKT-bok.$$end $(DESTDIR)$(DESTPATH)/nb/ikt-book ; \
+	done
+
 	#
 	# itil
 	#
@@ -88,6 +94,7 @@ install: build
 	#
 	rm $(TMPSRC) -Rf
 	find $(DESTDIR)$(DESTPATH) -name "*.po" -exec rm \{\} \;
+	find $(DESTDIR)$(DESTPATH) -name "*.pot" -exec rm \{\} \;
 	find $(DESTDIR)$(DESTPATH) -name "*.sgml" -exec rm \{\} \;
 	find $(DESTDIR)$(DESTPATH) -name "*.eps" -exec rm \{\} \;
 


hooks/post-receive
-- 
debian-edu-doc.git (Debian package debian-edu-doc)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "debian-edu-doc.git" (Debian package debian-edu-doc).




More information about the debian-edu-commits mailing list