From a325a1a70b90a0cef39a258f1471e5770aa66eee Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 10 Dec 2008 23:44:50 +0100 Subject: Add support for a pdf version of the user manual Use dblatex in order to create a pdf version of the git user manual. No existing Makefile targets (including "all") are touched, so you need to explicitly say make pdf sudo make install-pdf to get user-manual.pdf created and installed. Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index d1deb0b3c..ae7f7508f 100644 --- a/INSTALL +++ b/INSTALL @@ -101,6 +101,9 @@ Issues of note: Building and installing the info file additionally requires makeinfo and docbook2X. Version 0.8.3 is known to work. + Building and installing the pdf file additionally requires + dblatex. Version 0.2.7 with asciidoc >= 8.2.7 is known to work. + The documentation is written for AsciiDoc 7, but "make ASCIIDOC8=YesPlease doc" will let you format with AsciiDoc 8. -- cgit v1.2.1