[debian-edu-commits] debian-edu/debian-edu-doc.git (#212) - wheezy (branch) updated: 0.6.20071024-15-g5e54280

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


The branch, wheezy has been updated
       via  5e54280adfba4231bf63f8a46043b8e288519c2f (commit)
      from  6e68d4e29f031d3d4ff49fc2626ed1fac50fad83 (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                      |    8 +++++---
 debian/copyright                      |    2 +-
 documentation/release-manual/Makefile |   10 ++++++----
 3 files changed, 12 insertions(+), 8 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index e77cf74..f7a7a50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-debian-edu-doc (0.7.20071026) unstable; urgency=low
+debian-edu-doc (0.7.20071027) unstable; urgency=low
 
   * build ikt book from source. For the norwegian version also ship the
     bugrap_howto, ldap_admin and Rammekrav
   * added tth and lyx to Build-Depends-Indep to be able to build the ikt book
-  * debian/rules: updated checkout date for the documents from svn 
+  * debian/rules and copyright: updated checkout date for the documents from svn
+  * release-manual.html: call openjade directly to allow max. 1000 errors 
+  * release-manual: only create versions for which translations exist 
 
- -- Holger Levsen <holger at debian.org>  Fri, 26 Oct 2007 16:33:59 +0200
+ -- Holger Levsen <holger at debian.org>  Sat, 27 Oct 2007 02:15:04 +0200
 
 debian-edu-doc (0.7.20071025) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 5a674af..d5a4c77 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -115,7 +115,7 @@ found in the file '/usr/share/common-licenses/GPL'.
 ----------------------------------------------------------------------------
 
 The files in /usr/share/doc/debian-edu-doc/$lang/ikt/ where downloaded from 
-svn://svn.skolelinux.org/skolelinux/trunk/www/developer.skolelinux.no/dokumentasjon
+svn://svn.skolelinux.org/skolelinux/trunk/www/developer.skolelinux.no/dokumentasjon/ikt/
 and are Copyright 2002, 2003 Vibeke Braaten, Christian Juell, Tor Harald Nordnes
 and Truls Teigen. Permission is granted to copy, distribute and/or modify
 this document under the terms of the GNU Free Documentation License, 
diff --git a/documentation/release-manual/Makefile b/documentation/release-manual/Makefile
index 7354c45..35de88a 100644
--- a/documentation/release-manual/Makefile
+++ b/documentation/release-manual/Makefile
@@ -1,5 +1,7 @@
 DESTDIR=
 DESTPATH = /usr/share/doc/debian-edu-doc
+# better: define LANGUAGES based on the existing .po files
+LANGUAGES=es nb de 
 
 all: build
 build:
@@ -9,12 +11,12 @@ build:
 	# Ignore errors because the docbook xml is broken
 	#
 	# build the english html version
-	-docbook2html --nochunks  release-manual.xml ; mv release-manual.html release-manual.en.html
+	-openjade -t sgml -i html -E 1000 -d /usr/share/docbook-utils/docbook-utils.dsl\#html -V paper-type=A4 -V nochunks /usr/share/sgml/declaration/xml.dcl release-manual.xml > release-manual.en.html
 	# Ignore errors because the docbook xml is broken
 	#
 	# build the other html versions
-	-for f in release-manual.*.xml ; do \
-		docbook2html --nochunks $$f; \
+	-for f in $(LANGUAGES) ; do \
+		openjade -t sgml -i html -E 1000 -d /usr/share/docbook-utils/docbook-utils.dsl\#html -V paper-type=A4 -V nochunks /usr/share/sgml/declaration/xml.dcl release-manual.$$f.xml > release-manual.$$f.html ; \
 	done
 	# add utf8 content-type header to html versions
 	for f in release-manual.*.html ; do \
@@ -34,7 +36,7 @@ status:
 
 install: build
 	# english needs to be the last so that the last doesnt fail
-	for f in da es nb de fr nl pt_BR en ; do \
+	for f in $(LANGUAGES) 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 ; \


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