[debian-edu-commits] debian-edu/debian-edu-doc.git (#167) - wheezy (branch) updated: 0.6.20070721-41-g380d9a3

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


The branch, wheezy has been updated
       via  380d9a382e58ac3514e9e08aaa9489f7095a50c9 (commit)
      from  298ecd86ecf446d754839e1954896604306dc5eb (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/changelog                      |    4 +++-
 documentation/release-manual/Makefile |   13 +++++++++----
 2 files changed, 12 insertions(+), 5 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index c4ef81e..45c8cf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
 debian-edu-doc (0.6.20070722) unstable; urgency=low
 
-  [ Petter Reinholdtsen ]
   * UNRELEASED.
+  [ Petter Reinholdtsen ]
   * Modify release manual build rules for HTML documents, to avoid
     building the english version twice.
   * Updated release manual source from the wiki.
+  * Link to the english release manual for the languages without
+    sufficient translations to get their own version.
 
   [ Patrick Winnertz ]
   * Added script get_images.pl to download images and modify
diff --git a/documentation/release-manual/Makefile b/documentation/release-manual/Makefile
index f4b7abb..70a3271 100644
--- a/documentation/release-manual/Makefile
+++ b/documentation/release-manual/Makefile
@@ -22,10 +22,15 @@ status:
 
 install: build
 	# english needs to be the last so that the last doesnt fail
-	@for f in es nb de fr nl pt en ; do \
-		[ -e release-manual.$$f.pdf ] && mkdir -p $(DESTDIR)$(DESTPATH)/$$f && \
-		cp release-manual.$$f.pdf $(DESTDIR)$(DESTPATH)/$$f/release-manual.pdf && \
-		cp release-manual.$$f.html $(DESTDIR)$(DESTPATH)/$$f/release-manual.html ; \
+	@for f in da es nb de fr nl pt_BR en ; do \
+		mkdir -p $(DESTDIR)$(DESTPATH)/$$f ; \
+		if [ -e release-manual.$$f.pdf ] ; then \
+			cp release-manual.$$f.pdf $(DESTDIR)$(DESTPATH)/$$f/release-manual.pdf ; \
+			cp release-manual.$$f.html $(DESTDIR)$(DESTPATH)/$$f/release-manual.html ; \
+		else \
+			ln -s ../en/release-manual.pdf $(DESTDIR)$(DESTPATH)/$$f/release-manual.pdf ; \
+			ln -s ../en/release-manual.html $(DESTDIR)$(DESTPATH)/$$f/release-manual.html ; \
+		fi ; \
 	done
 
 clean:


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