groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/02: Fix `.gitignore' to really ignore `autom4te.cache' and fr


From: Werner LEMBERG
Subject: [groff] 01/02: Fix `.gitignore' to really ignore `autom4te.cache' and friends.
Date: Fri, 05 Sep 2014 04:34:54 +0000

wl pushed a commit to branch master
in repository groff.

commit 270158fdde57002647712d803c14f098d33c822c
Author: Werner Lemberg <address@hidden>
Date:   Fri Sep 5 06:29:29 2014 +0200

    Fix `.gitignore' to really ignore `autom4te.cache' and friends.
---
 .gitignore   |   17 ++++++-----------
 INSTALL.REPO |   11 +++--------
 2 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/.gitignore b/.gitignore
index b999e56..04cf7bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,6 @@
-Makefile
-config.log
-config.status
-stamp-h
-test-groff
-autom4te.cache/output.0
-autom4te.cache/output.1
-autom4te.cache/requests
-autom4te.cache/traces.0
-autom4te.cache/output.1
-autom4te.cache
+/Makefile
+/config.log
+/config.status
+/stamp-h
+/test-groff
+/autom4te.cache/
diff --git a/INSTALL.REPO b/INSTALL.REPO
index ff4319c..4cd6557 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -7,7 +7,7 @@
 This file contains information that supplements the generic
 installation instructions in file `INSTALL.gen'.  It is meant for
 people building directly from the development repository, rather than
-a release or snapshot tarball .
+a release or snapshot tarball.
 
 If you want to start compiling the `groff' system with an existing
 script `configure' you won't need the information in this file.
@@ -19,7 +19,7 @@ for creating the following and some more files:
     configure
     Makefile
 
-To change the file `aclocal.m4', run the shell command
+To update file `aclocal.m4', run the shell command
 
     $ aclocal -I m4
 
@@ -46,16 +46,11 @@ Just ignore this.  It doesn't occur in the actual versions 
of
 
 You may even use the shell command
 
-    $ autoconf
+    $ autoconf -I m4
 
 instead of `autoreconf', but that will ignore some features.  So
 `autoreconf' is better.
 
-During the run of `autoconf' of `autoreconf', a directory
-`autom4te.cache' is created in the groff source top directory.  These
-directory should be removed manually.  The mentioning in `.gitignore'
-is not hard enough. 
-
 `automake' is not used currently, however, we plan to convert the
 build system accordingly.  If you have experience in creating
 `Makefile.am' files we would be glad if you could help us in the



reply via email to

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