summaryrefslogtreecommitdiff
path: root/INSTALL.REPO
diff options
context:
space:
mode:
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: