summaryrefslogtreecommitdiff
path: root/INSTALL.REPO
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2020-04-29 01:00:28 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2020-04-29 01:50:39 +1000
commit1dfbbf0b56964f75c589174680d02422d5328017 (patch)
tree5bcdf063f85fc216470943a9f823c86100fff214 /INSTALL.REPO
parent8e12f879267f2550e2ebab9ad8c9340796952821 (diff)
downloadgroff-git-1dfbbf0b56964f75c589174680d02422d5328017.tar.gz
Reflow or fix long lines in top-level docs.
This did not produce much churn except in README.MinGW, which seems to have been deliberately wrapped at 76 columns instead of 72--sorry. Also update (in INSTALL.REPO's case, add) editor settings.
Diffstat (limited to 'INSTALL.REPO')
-rw-r--r--INSTALL.REPO13
1 files changed, 10 insertions, 3 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO
index 490f9d71c..cc1c52075 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -33,7 +33,7 @@ First invoke the bootstrap script:
$ ./bootstrap
This will:
-
+
- clone the gnulib repository as a git submodule in 'gnulib', add
the needed gnulib sources files in 'lib', add the needed gnulib m4
macros in 'gnulib_m4'
@@ -46,13 +46,13 @@ This will:
-- Makefile.in
-- aclocal.m4
-- autom4te.cache/
- -- build-aux/ (that contains all the helper scripts)
+ -- build-aux/ (that contains all the helper scripts)
-- configure
-- src/include/config.hin
Note that aclocal.m4 is generated and the groff m4 macros are included
via the acinclude.m4 file.
-
+
At this point you can invoke the `configure' script (that generates
the `config.status' script; it is the `config.status' script generates
the Makefile) and call 'make' to build the groff project. You can do
@@ -139,3 +139,10 @@ groff is available in doc/automake.mom. It is currently not
automatically generated, to build it:
pdfmom automake.mom > automake.pdf
+
+##### Editor settings
+Local Variables:
+fill-column: 72
+mode: text
+End:
+# vim: set textwidth=72: