summaryrefslogtreecommitdiff
path: root/INSTALL.REPO
diff options
context:
space:
mode:
authorBertrand Garrigues <bertrand.garrigues@laposte.net>2018-12-13 23:14:27 +0100
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2018-12-13 23:41:53 +0100
commitfbc3538c0f122c9f12c03114b9cd150f6b065cd3 (patch)
treed37c72fd93ad5a672ab2480cd21fd2a7e475d6c0 /INSTALL.REPO
parent26be5ad7beb96a9f06eee6e620080d8114d6ce49 (diff)
downloadgroff-git-fbc3538c0f122c9f12c03114b9cd150f6b065cd3.tar.gz
Install texinfo doc on 'make install-pdf' and 'make install-html'
* doc/doc.am: - Use automake 'install-pdf-local' and 'install-html-local' rules to install groff.pdf and groff.html - New rules 'uninstall_pdf' and 'uninstall_html'. - Use $(RM) instead of 'rm'. - Don't try to build doc if 'BUILD_INFODOC' is not set. * INSTALL.REPO: document texinfo build and installation.
Diffstat (limited to 'INSTALL.REPO')
-rw-r--r--INSTALL.REPO22
1 files changed, 22 insertions, 0 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO
index 204ce8f48..490f9d71c 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -71,6 +71,11 @@ You can also build groff in an out of source build tree, which is cleaner:
Note that parallel build is also supported and make can be invoked
with the -j option, which will greatly speed up the build.
+When the build is finished you can install the whole groff
+installation with:
+
+ $ make install
+
Notes:
If you use an old `autoreconf' version < 2.69, there might be an error
@@ -94,6 +99,23 @@ Troff errors of the types
may safely be ignored.
+A few sanity checks can be done with the command:
+
+ $ make check
+
+This will perform some tests on the generated examples. However,
+these checks are for the moment quite limited.
+
+The groff texinfo manual can be generated in pdf and html formats
+with:
+
+ $ make doc
+
+and installed with:
+
+ $ make install-doc
+
+
2. Modification of autotools files
----------------------------------