This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit 6ab21e80f04fd63fd90432d9c49662caa7a092c9 Author: Stephane Bortzmeyer <[email protected]> Date: Wed Jul 12 14:45:17 2000 +0000 * Bug in policy HTML (wrong links) * Bug in FAQ HTML (wrong language) --- Makefile | 4 ++-- html.dsl | 1 + policy.sgml | 11 ++++++----- policy.xml | 11 ++++++----- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index a92691a..af7c941 100644 --- a/Makefile +++ b/Makefile @@ -18,12 +18,12 @@ endif # Some default variables PUBLISHDIR = $(DESTDIR)/$(DOC)/java-common # Default language to use -LANGUAGE = LANG=C +LANGUAGE = LANG=C LC_CTYPE=C all: policy debian-java-faq # Policy part -OUTPUTS=policy.html policy.txt policy.ps policy.db +OUTPUTS=policy*.html policy.txt policy.ps policy.db policy: policy.ps policy.txt policy.html diff --git a/html.dsl b/html.dsl index b6fc449..f80d183 100644 --- a/html.dsl +++ b/html.dsl @@ -16,6 +16,7 @@ (define %root-filename% "policy") (define %generate-article-toc% #t) (define %generate-article-titlepage% #t) +(define %use-id-as-filename% #t) ; (define %gentext-nav-use-tables% #f) ;; Add other customization here diff --git a/policy.sgml b/policy.sgml index 221acca..4c05841 100644 --- a/policy.sgml +++ b/policy.sgml @@ -20,10 +20,11 @@ <para><email>[email protected]</email></para> </authorblurb> </author> - <edition>Version 0.2, 2 september 1999</edition> + <edition>Version 0.3, 12 July 2000</edition> + <!-- $Id$ --> </artheader> -<section><title>Background and metainfo</title> +<section id="policy-bg"><title>Background and metainfo</title> <para>An important warning: this text is a <emphasis>proposal</emphasis>. I put it here, publically, so it can be read, @@ -47,7 +48,7 @@ will be Java Debian <email>[email protected]</email>.</para> </section> -<section><title>The policy</title> +<section id="policy-actual"><title>The policy</title> <para>A package java-common is created, containing this policy.</para> @@ -146,7 +147,7 @@ goes to contrib.</para></listitem> </section> -<section><title>Issues to discuss</title> +<section id="policy-discuss"><title>Issues to discuss</title> <para>The following points are discussions about the policy, either because they have to be studied more, or are controversial.</para> @@ -176,7 +177,7 @@ find the text</ulink>? </section> -<section><title>Advices to Java packagers</title> +<section id="policy-advices"><title>Advices to Java packagers</title> <para>Warning: they are just advices, they are not part of the policy.</para> diff --git a/policy.xml b/policy.xml index 221acca..4c05841 100644 --- a/policy.xml +++ b/policy.xml @@ -20,10 +20,11 @@ <para><email>[email protected]</email></para> </authorblurb> </author> - <edition>Version 0.2, 2 september 1999</edition> + <edition>Version 0.3, 12 July 2000</edition> + <!-- $Id$ --> </artheader> -<section><title>Background and metainfo</title> +<section id="policy-bg"><title>Background and metainfo</title> <para>An important warning: this text is a <emphasis>proposal</emphasis>. I put it here, publically, so it can be read, @@ -47,7 +48,7 @@ will be Java Debian <email>[email protected]</email>.</para> </section> -<section><title>The policy</title> +<section id="policy-actual"><title>The policy</title> <para>A package java-common is created, containing this policy.</para> @@ -146,7 +147,7 @@ goes to contrib.</para></listitem> </section> -<section><title>Issues to discuss</title> +<section id="policy-discuss"><title>Issues to discuss</title> <para>The following points are discussions about the policy, either because they have to be studied more, or are controversial.</para> @@ -176,7 +177,7 @@ find the text</ulink>? </section> -<section><title>Advices to Java packagers</title> +<section id="policy-advices"><title>Advices to Java packagers</title> <para>Warning: they are just advices, they are not part of the policy.</para> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

