[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#271951: marked as done (debian-installer-manual: please document how to typeset manual in PDF using free tools)



Your message dated Sun, 12 Dec 2004 12:10:24 +0100
with message-id <20041212111024.GI9645@nagy.mdcc.cx>
and subject line Bug#271951: debian-installer-manual: please document how to typeset manual in PDF using free tools
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Sep 2004 11:30:50 +0000
>From joostvb@conuropsis.org Thu Sep 16 04:30:50 2004
Return-path: <joostvb@conuropsis.org>
Received: from smtp.conuropsis.org (topaz.conuropsis.org) [217.115.192.216] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C7uTR-0003Pd-00; Thu, 16 Sep 2004 04:30:49 -0700
Received: from joostvb by topaz.conuropsis.org with local (Exim 4.34)
	id 1C7uTP-0004xJ-PP
	for submit@bugs.debian.org; Thu, 16 Sep 2004 13:30:47 +0200
Date: Thu, 16 Sep 2004 13:30:47 +0200
From: Joost van Baal <joostvb-debian-bugs-20040916-3@mdcc.cx>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: debian-installer-manual: please document how to typeset manual in PDF using free tools
Message-ID: <20040916113047.GE17370@conuropsis.org>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="sm4nu43k4a2Rpi4c"
Content-Disposition: inline
X-Accept-Language: nl, en
X-PGP-Fingerprint: 8FC6 A40E 31B8 7E0E 2270  D7A9 0606 9CF2 9694 57F0
X-PGP-Key-ID: 0x969457F0
X-PGP-Key: http://mdcc.cx/~joostvb/joostvb_key.asc
User-Agent: Mutt/1.5.6+20040818i
Sender: Joost van Baal <joostvb@conuropsis.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-2.5 required=4.0 tests=BAYES_44,HAS_PACKAGE,
	HTML_50_60,HTML_MESSAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: debian-installer-manual
Version: 20040801
Severity: wishlist
Tags: patch

Hi,

I've typeset the installer manual in PostScript and PDF, since I like to
read big documents like this one from paper.  This required some
hacking.  It'd be cool if a note on how to do this (like this bugreport)
was shipped with the sources.  Or perhaps you'd like to ship a PDF with
the .deb itself.  Anyway, this is what I did:

 joostvb@gelfand:/usr...0040801/doc/manual/build% ./buildone.sh i386 en

The buildfop.sh script needs the fop package, which is in contrib, since
it depends on a non-free java runtime environment.  OK, let's try to use
the free jade tool.

We have to hack the .xml file, since jade seems to be more picky on the
XML syntax.

joostvb@gelfand:/usr...0040801/doc/manual/build% sed \
 's/<para\/>/<\/para><para>/' install.en.profiled.xml > \
 install.en.profiled.dbx

also:

 sed 's/<entry\/>/<entry><\/entry>/'

And also some more manual hacking: some s/sect2/sect1/ and
s/sect3/sect2/ needs to be done, complete diff is attached.

Now we can run jade and friends on it:

 % jade -t tex -o install.en.profiled.jtex \
    /usr/share/sgml/declaration/xml.dcl install.en.profiled.dbx
 % jadetex install.en.profiled.jtex
 % jadetex install.en.profiled.jtex
 % dvips -f < install.en.profiled.dvi > install.en.profiled.ps

(Alternatively, one can run

 make -f /usr/share/caspar/mk/docbook.mk install.en.profiled.ps
 make -f /usr/share/caspar/mk/docbook.mk install.en.profiled.pdf

which uses some non-default .dsl files.  This needs the caspar package.)

Results are on http://mdcc.cx/~joostvb/debian-installer-manual-20040801/
.

Thanks, Bye,

Joost



--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="install.en.profiled.patch"

--- install.en.profiled.xml	2004-09-16 10:59:21.000000000 +0200
+++ install.en.profiled.dbx	2004-09-16 12:15:11.000000000 +0200
@@ -853,8 +853,8 @@
 <row>
   <entry>Intel ia64-based</entry>
   <entry>ia64</entry>
-  <entry/>
-  <entry/>
+  <entry></entry>
+  <entry></entry>
 </row>
 
 <row>
@@ -8223,7 +8223,7 @@
 Installation Guide</link>.
 
 </para>
-<sect2 id="howto-preliminaries">
+<sect1 id="howto-preliminaries">
 <title>Preliminaries</title>
 <para>
 
@@ -8238,9 +8238,9 @@
 on the freenode network).
 
 </para>
- </sect2>
+ </sect1>
 
- <sect2 id="howto-getting-images">
+ <sect1 id="howto-getting-images">
 <title>Booting the installer</title>
 <para>
 
@@ -8269,7 +8269,7 @@
 get for each possible means of installation.
 
 </para>
-  <sect3 id="howto-getting-images-cdrom">
+  <sect2 id="howto-getting-images-cdrom">
 <title>CDROM</title>
 <para>
 
@@ -8290,9 +8290,9 @@
 
 
 </para>
-  </sect3>
+  </sect2>
   
-  <sect3 condition="supports-floppy-boot" id="howto-getting-images-floppy">
+  <sect2 condition="supports-floppy-boot" id="howto-getting-images-floppy">
 <title>floppy</title>
 <para>
 
@@ -8328,9 +8328,9 @@
 Since you'll have more than one floppy, it's a good idea to label them.
 
 </para>
-  </sect3>
+  </sect2>
   
-  <sect3 condition="bootable-usb" id="howto-getting-images-usb">
+  <sect2 condition="bootable-usb" id="howto-getting-images-usb">
 <title>USB memory stick</title>
 <para>
 
@@ -8363,9 +8363,9 @@
 and details, see <xref linkend="usb-boot"/>.
 
 </para>
-  </sect3>
+  </sect2>
   
-  <sect3 id="howto-getting-images-netboot">
+  <sect2 id="howto-getting-images-netboot">
 <title>Booting from network</title>
 <para>
 	
@@ -8382,9 +8382,9 @@
 For detailed instructions, see <xref linkend="install-tftp"/>
 
 </para>
-  </sect3>
+  </sect2>
   
-  <sect3 id="howto-getting-images-hard-disk">
+  <sect2 id="howto-getting-images-hard-disk">
 <title>Booting from hard disk</title>
 <para>
 
@@ -8399,9 +8399,9 @@
 </phrase>
 
 </para>
-  </sect3>
- </sect2>
- <sect2 id="howto-installation">
+  </sect2>
+ </sect1>
+ <sect1 id="howto-installation">
 <title>Installation</title>
 <para>
 
@@ -8412,7 +8412,7 @@
 If you want a 2.6 kernel, type "linux26" at the boot: prompt.
 </phrase>
 
-<para/>
+</para><para>
 
 After a while you will be asked to select your language. Use the arrow keys
 to pick a language and press ENTER to continue. Next you'll be asked to
@@ -8420,30 +8420,30 @@
 language is spoken. If it's not on the short list, a list of all the
 countires in the world is available.
 
-<para/>
+</para><para>
 
 You may be asked to confirm your keyboard layout. Choose the default unless
 you know better.
 
-<para/>
+</para><para>
 
 Now sit back while debian-installer detects some of your hardware, and
 loads the rest of itself from CD, floppy, USB, etc.
 
-<para/>
+</para><para>
 
 Next the installer will try to detect your network hardware and set up
 networking by DHCP. If you are not on a network or do not have DHCP, you
 will be given the opportunity to configure the network manually.
 
-<para/>
+</para><para>
 
 Now it is time to partition your disks. First you will be given the
 opportunity to automatically partition either an entire drive, or free
 space on a drive. This is recommended for new users or anyone in a hurry,
 but if you do not want to autopartition, choose manual from the menu.
 
-<para/>
+</para><para>
 
 On the next screen you will see your partition table, how the partitions
 will be formatted, and where they will be mounted. Select a partition to
@@ -8453,12 +8453,12 @@
 partition on "/". <xref linkend="partitioning"/> has more information
 about partitioning.
 
-<para/>
+</para><para>
 
 Now <classname>debian-installer</classname> formats your partitions and starts to install the base system, 
 which can take a while. That is followed by installing a kernel.
 
-<para/>
+</para><para>
 
 The last step is to install a boot loader. If the installer detects
 other operating systems on your computer, it will add them to the boot menu
@@ -8468,7 +8468,7 @@
 given the opportiunity to override that choice and install it elsewhere.
 </phrase>
 
-<para/>
+</para><para>
 
 <classname>debian-installer</classname> will now tell you that the installation has
 finished. Remove the cdrom or other boot media and hit <keycap moreinfo="none">Enter</keycap>
@@ -8481,8 +8481,8 @@
 <xref linkend="d-i-intro"/>.
 
 </para>
- </sect2>
- <sect2 id="howto-installation-report">
+ </sect1>
+ <sect1 id="howto-installation-report">
 <title>Send us an installation report</title>
 <para>
 
@@ -8501,8 +8501,8 @@
 if the install completly fails, see <xref linkend="problem-report"/>.
 
 </para>
- </sect2>
- <sect2 id="howto-installation-finally">
+ </sect1>
+ <sect1 id="howto-installation-finally">
 <title>And finally..</title>
 <para>
 
@@ -8510,7 +8510,7 @@
 useful. You might want to read <xref linkend="post-install"/>.
 
 </para>
- </sect2>
+ </sect1>
 </appendix>
 
 <!-- retain these comments for translator revision tracking -->
@@ -9844,108 +9844,108 @@
 
 <row><entry>Bulgarian:</entry><entry>George Tchavdarov</entry></row>
 <row><entry>Catalan:</entry><entry>Jordi Mallach</entry></row>
-<row><entry/><entry>Antoni Bella P&#xE9;rez</entry></row>
-<row><entry/><entry>Ingrid C. Peir&#xF3;</entry></row>
-<row><entry/><entry>Lluis Vilanova</entry></row>
-<row><entry/><entry>Pau (aka pdl)</entry></row>
-<row><entry/><entry>Xavi Drudis Ferran</entry></row>
-<row><entry/><entry>Ivan Vilata i Balaguer</entry></row>
+<row><entry></entry><entry>Antoni Bella P&#xE9;rez</entry></row>
+<row><entry></entry><entry>Ingrid C. Peir&#xF3;</entry></row>
+<row><entry></entry><entry>Lluis Vilanova</entry></row>
+<row><entry></entry><entry>Pau (aka pdl)</entry></row>
+<row><entry></entry><entry>Xavi Drudis Ferran</entry></row>
+<row><entry></entry><entry>Ivan Vilata i Balaguer</entry></row>
 <row><entry>Chinese:</entry><entry>malix</entry></row>
-<row><entry/><entry>Chuan-kai Lin</entry></row>
+<row><entry></entry><entry>Chuan-kai Lin</entry></row>
 <row><entry>Croatian:</entry><entry>Matej Vela</entry></row>
-<row><entry/><entry>Josip Rodin</entry></row>
+<row><entry></entry><entry>Josip Rodin</entry></row>
 <row><entry>Czech:</entry><entry>Pavel Makovec</entry></row>
-<row><entry/><entry>Ji&#x159;&#xED; Ma&#x161;&#xED;k</entry></row>
-<row><entry/><entry>Vil&#xE9;m Vychodil</entry></row>
-<row><entry/><entry>Miroslav Ku&#x159;e</entry></row>
-<row><entry/><entry>Petr Van&#x11B;k</entry></row>
+<row><entry></entry><entry>Ji&#x159;&#xED; Ma&#x161;&#xED;k</entry></row>
+<row><entry></entry><entry>Vil&#xE9;m Vychodil</entry></row>
+<row><entry></entry><entry>Miroslav Ku&#x159;e</entry></row>
+<row><entry></entry><entry>Petr Van&#x11B;k</entry></row>
 <row><entry>Danish:</entry><entry>Claus Hindsgaul</entry></row>
 <row><entry>Dutch:</entry><entry>Luk Claes</entry></row>
-<row><entry/><entry>Bart Cornelis</entry></row>
-<row><entry/><entry>Frans Pop</entry></row>
-<row><entry/><entry>Wouter Verhelst</entry></row>
-<row><entry/><entry>Bas Zoetekouw</entry></row>
+<row><entry></entry><entry>Bart Cornelis</entry></row>
+<row><entry></entry><entry>Frans Pop</entry></row>
+<row><entry></entry><entry>Wouter Verhelst</entry></row>
+<row><entry></entry><entry>Bas Zoetekouw</entry></row>
 <row><entry>Esperanto:</entry><entry>Edmund Grimley Evans</entry></row>
 <row><entry>Finnish:</entry><entry>Tapio Lehtonen</entry></row>
-<row><entry/><entry>Antti-Juhani Kaijanaho</entry></row>
+<row><entry></entry><entry>Antti-Juhani Kaijanaho</entry></row>
 <row><entry>French:</entry><entry>Christophe Le Bars</entry></row>
-<row><entry/><entry>Vincent Renardias</entry></row>
-<row><entry/><entry>Eric Van Buggenhaut</entry></row>
-<row><entry/><entry>Martin Quinson</entry></row>
-<row><entry/><entry>Pierre Machard</entry></row>
+<row><entry></entry><entry>Vincent Renardias</entry></row>
+<row><entry></entry><entry>Eric Van Buggenhaut</entry></row>
+<row><entry></entry><entry>Martin Quinson</entry></row>
+<row><entry></entry><entry>Pierre Machard</entry></row>
 <row><entry>Galician:</entry><entry>Jacobo Tarrio</entry></row>
 <row><entry>German:</entry><entry>Hartmut Koptein</entry></row>
-<row><entry/><entry>Martin Schulze</entry></row>
-<row><entry/><entry>Philipp Stratmann</entry></row>
-<row><entry/><entry>Joerg Friedrich</entry></row>
-<row><entry/><entry>Gerd Bavendiek</entry></row>
-<row><entry/><entry>Peter Ganten</entry></row>
-<row><entry/><entry>Michael Bramer</entry></row>
-<row><entry/><entry>Torsten Landschoff</entry></row>
+<row><entry></entry><entry>Martin Schulze</entry></row>
+<row><entry></entry><entry>Philipp Stratmann</entry></row>
+<row><entry></entry><entry>Joerg Friedrich</entry></row>
+<row><entry></entry><entry>Gerd Bavendiek</entry></row>
+<row><entry></entry><entry>Peter Ganten</entry></row>
+<row><entry></entry><entry>Michael Bramer</entry></row>
+<row><entry></entry><entry>Torsten Landschoff</entry></row>
 <row><entry>Greek:</entry><entry>Konstantinos Margaritis</entry></row>
-<row><entry/><entry>George Papamichelakis</entry></row>
+<row><entry></entry><entry>George Papamichelakis</entry></row>
 <row><entry>Hungarian:</entry><entry>Gergely Risko</entry></row>
 <row><entry>Italian:</entry><entry>Michele Dalla Silvestra</entry></row>
-<row><entry/><entry>Paolo Didon&#xE8;</entry></row>
-<row><entry/><entry>Riccardo Fabris</entry></row>
-<row><entry/><entry>Giuseppe Sacco</entry></row>
+<row><entry></entry><entry>Paolo Didon&#xE8;</entry></row>
+<row><entry></entry><entry>Riccardo Fabris</entry></row>
+<row><entry></entry><entry>Giuseppe Sacco</entry></row>
 <row><entry>Japanese:</entry><entry>Yoshizumi Endo</entry></row>
-<row><entry/><entry>Atsushi Kamoshida</entry></row>
-<row><entry/><entry>Junichi Uekawa</entry></row>
-<row><entry/><entry>Tsutomu Saito</entry></row>
-<row><entry/><entry>NAKANO, Takeo</entry></row>
-<row><entry/><entry>KISE Hiroshi</entry></row>
-<row><entry/><entry>Mitsuru Oka</entry></row>
-<row><entry/><entry>NABETANI Hidenobu</entry></row>
-<row><entry/><entry>Masayuki Hatta</entry></row>
-<row><entry/><entry>Guangcheng Wen</entry></row>
-<row><entry/><entry>Nobuhiro IMAI</entry></row>
-<row><entry/><entry>Tomohiro KUBOTA</entry></row>
-<row><entry/><entry>KURASAWA Nozomu</entry></row>
-<row><entry/><entry>SUGIYAMA Tomoaki</entry></row>
-<row><entry/><entry>TAKEI Nobumitsu</entry></row>
+<row><entry></entry><entry>Atsushi Kamoshida</entry></row>
+<row><entry></entry><entry>Junichi Uekawa</entry></row>
+<row><entry></entry><entry>Tsutomu Saito</entry></row>
+<row><entry></entry><entry>NAKANO, Takeo</entry></row>
+<row><entry></entry><entry>KISE Hiroshi</entry></row>
+<row><entry></entry><entry>Mitsuru Oka</entry></row>
+<row><entry></entry><entry>NABETANI Hidenobu</entry></row>
+<row><entry></entry><entry>Masayuki Hatta</entry></row>
+<row><entry></entry><entry>Guangcheng Wen</entry></row>
+<row><entry></entry><entry>Nobuhiro IMAI</entry></row>
+<row><entry></entry><entry>Tomohiro KUBOTA</entry></row>
+<row><entry></entry><entry>KURASAWA Nozomu</entry></row>
+<row><entry></entry><entry>SUGIYAMA Tomoaki</entry></row>
+<row><entry></entry><entry>TAKEI Nobumitsu</entry></row>
 <row><entry>Polish:</entry><entry>Piotr Pogorzelski</entry></row>
-<row><entry/><entry>Marcin Owsiany</entry></row>
+<row><entry></entry><entry>Marcin Owsiany</entry></row>
 <row><entry>Portuguese:</entry><entry>Gleydson Mazioli da Silva</entry></row>
-<row><entry/><entry>Paulo Henrique B. Oliveira</entry></row>
-<row><entry/><entry>Andr&#xE9; Lu&#xED;s Lopes</entry></row>
-<row><entry/><entry>Luis Alberto Garcia Cipriano</entry></row>
-<row><entry/><entry>Paulo Rog&#xE9;rio Ormenese</entry></row>
-<row><entry/><entry>Marcio Roberto Teixeira</entry></row>
-<row><entry/><entry>Rafael Laboissiere</entry></row>
+<row><entry></entry><entry>Paulo Henrique B. Oliveira</entry></row>
+<row><entry></entry><entry>Andr&#xE9; Lu&#xED;s Lopes</entry></row>
+<row><entry></entry><entry>Luis Alberto Garcia Cipriano</entry></row>
+<row><entry></entry><entry>Paulo Rog&#xE9;rio Ormenese</entry></row>
+<row><entry></entry><entry>Marcio Roberto Teixeira</entry></row>
+<row><entry></entry><entry>Rafael Laboissiere</entry></row>
 <row><entry>Russian:</entry><entry>Mikhail Sobolev</entry></row>
-<row><entry/><entry>Alexey Vyskubov</entry></row>
-<row><entry/><entry>Aleksey Novodvorsky</entry></row>
-<row><entry/><entry>Peter Novodvorsky</entry></row>
-<row><entry/><entry>Paul Romanchenko</entry></row>
-<row><entry/><entry>Ilgiz Kalmetev</entry></row>
-<row><entry/><entry>Max V. Kosmach</entry></row>
+<row><entry></entry><entry>Alexey Vyskubov</entry></row>
+<row><entry></entry><entry>Aleksey Novodvorsky</entry></row>
+<row><entry></entry><entry>Peter Novodvorsky</entry></row>
+<row><entry></entry><entry>Paul Romanchenko</entry></row>
+<row><entry></entry><entry>Ilgiz Kalmetev</entry></row>
+<row><entry></entry><entry>Max V. Kosmach</entry></row>
 <row><entry>Slovak:</entry><entry>Miroslav Va&#x161;ko</entry></row>
 <row><entry>Spanish:</entry><entry>Enrique Zanardi</entry></row>
-<row><entry/><entry>Fernando Herrera</entry></row>
-<row><entry/><entry>Sergio G&#xF3;mez Bachiller</entry></row>
-<row><entry/><entry>Gonzalo G. Agull&#xF3;</entry></row>
-<row><entry/><entry>Ignacio J. Alonso</entry></row>
-<row><entry/><entry>Tinguaro Barreno</entry></row>
-<row><entry/><entry>Pedro Gracia</entry></row>
-<row><entry/><entry>Angel David Rancel Mendoza</entry></row>
-<row><entry/><entry>Javier Fern&#xE1;ndez-Sanguino</entry></row>
-<row><entry/><entry>David Martinez</entry></row>
-<row><entry/><entry>Ricardo J. C&#xE1;rdenes</entry></row>
-<row><entry/><entry>Jose Carlos Garc&#xED;a</entry></row>
-<row><entry/><entry>Javier Carranza</entry></row>
-<row><entry/><entry>Miguel A. Ar&#xE9;valo</entry></row>
-<row><entry/><entry>Ferm&#xED;n Garc&#xED;a-Herreros</entry></row>
-<row><entry/><entry>Javier Linares</entry></row>
-<row><entry/><entry>Manolo Romero</entry></row>
-<row><entry/><entry>Gabriel Rodr&#xED;guez</entry></row>
-<row><entry/><entry>Santiago Vila</entry></row>
-<row><entry/><entry>Ricardo C&#xE1;rdenes</entry></row>
-<row><entry/><entry>David Moreno Garza</entry></row>
-<row><entry/><entry>Rudy Godoy</entry></row>
-<row><entry/><entry>Bruno Barrera</entry></row>
+<row><entry></entry><entry>Fernando Herrera</entry></row>
+<row><entry></entry><entry>Sergio G&#xF3;mez Bachiller</entry></row>
+<row><entry></entry><entry>Gonzalo G. Agull&#xF3;</entry></row>
+<row><entry></entry><entry>Ignacio J. Alonso</entry></row>
+<row><entry></entry><entry>Tinguaro Barreno</entry></row>
+<row><entry></entry><entry>Pedro Gracia</entry></row>
+<row><entry></entry><entry>Angel David Rancel Mendoza</entry></row>
+<row><entry></entry><entry>Javier Fern&#xE1;ndez-Sanguino</entry></row>
+<row><entry></entry><entry>David Martinez</entry></row>
+<row><entry></entry><entry>Ricardo J. C&#xE1;rdenes</entry></row>
+<row><entry></entry><entry>Jose Carlos Garc&#xED;a</entry></row>
+<row><entry></entry><entry>Javier Carranza</entry></row>
+<row><entry></entry><entry>Miguel A. Ar&#xE9;valo</entry></row>
+<row><entry></entry><entry>Ferm&#xED;n Garc&#xED;a-Herreros</entry></row>
+<row><entry></entry><entry>Javier Linares</entry></row>
+<row><entry></entry><entry>Manolo Romero</entry></row>
+<row><entry></entry><entry>Gabriel Rodr&#xED;guez</entry></row>
+<row><entry></entry><entry>Santiago Vila</entry></row>
+<row><entry></entry><entry>Ricardo C&#xE1;rdenes</entry></row>
+<row><entry></entry><entry>David Moreno Garza</entry></row>
+<row><entry></entry><entry>Rudy Godoy</entry></row>
+<row><entry></entry><entry>Bruno Barrera</entry></row>
 <row><entry>Swedish:</entry><entry>Nils-Erik Svang&#xE5;rd</entry></row>
-<row><entry/><entry>Peter Karlsson</entry></row>
+<row><entry></entry><entry>Peter Karlsson</entry></row>
 
 </tbody></tgroup></table>
 

--sm4nu43k4a2Rpi4c--

---------------------------------------
Received: (at 271951-close) by bugs.debian.org; 12 Dec 2004 11:10:20 +0000
>From joostvb-debian-bugs-20041212-7@mdcc.cx Sun Dec 12 03:10:19 2004
Return-path: <joostvb-debian-bugs-20041212-7@mdcc.cx>
Received: from gelfand.mdcc.cx (stegun.mdcc.cx) [80.126.189.155] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CdRcJ-0007nA-00; Sun, 12 Dec 2004 03:10:19 -0800
Received: from nagy.mdcc.cx (nagy.mdcc.cx [192.168.26.30])
	by stegun.mdcc.cx (Postfix) with ESMTP id 2374E4B49
	for <271951-close@bugs.debian.org>; Sun, 12 Dec 2004 12:10:18 +0100 (CET)
Received: by nagy.mdcc.cx (Postfix, from userid 1000)
	id 7EBA2296FBC; Sun, 12 Dec 2004 12:10:24 +0100 (CET)
Date: Sun, 12 Dec 2004 12:10:24 +0100
From: Joost van Baal <joostvb-debian-bugs-20041212-7@mdcc.cx>
To: 271951-close@bugs.debian.org
Subject: Re: Bug#271951: debian-installer-manual: please document how to typeset manual in PDF using free tools
Message-ID: <20041212111024.GI9645@nagy.mdcc.cx>
References: <20040916113047.GE17370@conuropsis.org> <20040925112901.GJ31289@nagy.mdcc.cx> <20040925151526.GL31289@nagy.mdcc.cx> <200409280045.58681.aragorn@tiscali.nl>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="0nLA87UhlMoFVaUA"
Content-Disposition: inline
In-Reply-To: <200409280045.58681.aragorn@tiscali.nl>
X-PGP-Fingerprint: 8FC6 A40E 31B8 7E0E 2270  D7A9 0606 9CF2 9694 57F0
X-PGP-Key-ID: 0x969457F0
X-PGP-Key: http://mdcc.cx/~joostvb/joostvb_key.asc
X-Accept-Language: nl, en
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: 271951-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--0nLA87UhlMoFVaUA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

Since svn.debian.org/d-i/installer/doc/manual/build/README is updated
and now contains instructions on how to typeset the manual using free
tools, I close this bug.  Thanks a lot, Frans e.a.!

Perhaps a separate bugreport could be opened about the lack of support
for pdf and ps for Japanese and Greek.

Bye,

Joost


--0nLA87UhlMoFVaUA
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBvCcgBgac8paUV/ARAvxKAJ9kChkPvvm0c/FzuSMd6v0UU4n7dgCeM7bD
GasoAff8fnjlsKj2kieL+Zw=
=ckO2
-----END PGP SIGNATURE-----

--0nLA87UhlMoFVaUA--



Reply to: