diff options
| author | Stephane Bortzmeyer <bortz@debian.org> | 2000-07-12 14:45:17 +0000 |
|---|---|---|
| committer | Stephane Bortzmeyer <bortz@debian.org> | 2000-07-12 14:45:17 +0000 |
| commit | 6ab21e80f04fd63fd90432d9c49662caa7a092c9 (patch) | |
| tree | eb8afc91f9932de021b47fc9e7030bdf72fcfbac | |
| parent | ef23f4c32899efe5abdb0cb5be5b41942cccdb56 (diff) | |
| download | java-common-6ab21e80f04fd63fd90432d9c49662caa7a092c9.tar.gz | |
* Bug in policy HTML (wrong links)
* Bug in FAQ HTML (wrong language)
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | html.dsl | 1 | ||||
| -rw-r--r-- | policy.sgml | 11 | ||||
| -rw-r--r-- | policy.xml | 11 |
4 files changed, 15 insertions, 12 deletions
@@ -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 @@ -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>bortzmeyer@debian.org</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>debian-java@lists.debian.org</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> @@ -20,10 +20,11 @@ <para><email>bortzmeyer@debian.org</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>debian-java@lists.debian.org</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> |
