quilt-dev
[Top][All Lists]
Advanced

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

Re: [Quilt-dev] Packages required to compile doc/main.tex


From: Jean Delvare
Subject: Re: [Quilt-dev] Packages required to compile doc/main.tex
Date: Thu, 14 May 2020 10:41:14 +0200

Hi Ondřej,

On Wed, 2020-05-13 at 19:08 +0200, Ondřej Lysoněk wrote:
> just throwing this information out there in case someone (future me, for
> example) finds it useful.
> 
> On Fedora, in order to compile doc/main.tex I needed to install the
> following packages:
> 
> texlive-latex texlive-subfigure texlive-metafont texlive-mfware
> texlive-cyrillic texlive-collection-langcyrillic texlive-cmap
> texlive-cm-super

Thank you very much for the information, that allowed me to rebuild the
PDF documentation so that the version in the git repository is up-to-
date.

> It might be useful to document this somewhere.

Agreed. What about:

From: Jean Delvare <address@hidden>
Subject: doc/quilt.pdf: Document the build process

Document the list of latex packages that must be installed in order
to build the PDF documentation.

Suggested by Ondřej Lysoněk.

Signed-off-by: Jean Delvare <address@hidden>
---
 doc/Makefile |    7 +++++++
 1 file changed, 7 insertions(+)

--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,3 +1,10 @@
+# In order to build the PDF documentation, you need the following packages
+# to be installed:
+#
+# texlive-latex texlive-subfigure texlive-metafont texlive-mfware
+# texlive-cyrillic texlive-collection-langcyrillic texlive-cmap
+# texlive-cm-super
+
 all : quilt.pdf quilt-rus.pdf
 
 quilt.ps : quilt.dvi


-- 
Jean Delvare
SUSE L3 Support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]