groff-commit
[Top][All Lists]
Advanced

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

[groff] 04/06: [grog]: Relocate in source tree.


From: G. Branden Robinson
Subject: [groff] 04/06: [grog]: Relocate in source tree.
Date: Sat, 26 Jun 2021 05:51:32 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 9cee51f3ca1f4e4681262b66a2c5fa433d5fbd39
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Jun 26 08:34:35 2021 +1000

    [grog]: Relocate in source tree.
    
    * src/roff/grog: Move from here...
    * src/utils/grog: ...to here.
    
    * MANIFEST:
    * Makefile.am:
    * src/utils/grog/grog.am: Reflect move.
    
    Fixes <https://savannah.gnu.org/bugs/?60788>.
    
    Also improve summary of grog's function in MANIFEST.
---
 ChangeLog              | 13 +++++++++++++
 MANIFEST               |  2 +-
 Makefile.am            |  2 +-
 src/utils/grog/grog.am |  8 ++++----
 4 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4277480..1b7b786 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2021-06-26  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       [grog]: Relocate in source tree.
+
+       * src/roff/grog: Move from here...
+       * src/utils/grog: ...to here.
+
+       * MANIFEST:
+       * Makefile.am:
+       * src/utils/grog/grog.am: Reflect move.
+
+       Fixes <https://savannah.gnu.org/bugs/?60788>.
+
 2021-06-25  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * doc/groff.texi (Assigning Formats): Revise discussion.
diff --git a/MANIFEST b/MANIFEST
index 9ccd2ba..8326a49 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -113,13 +113,13 @@ the groff source distribution.
 
 ./src/roff      Front-end programs.
   groff         Wrapper around troff.  This is the main user program.
-  grog          Guess groff command line options.
   nroff         Emulate classical nroff text formatter.
   troff         Main roff formatter program.
 
 ./src/utils     Utility programs around groff.
   addftinfo     Add font metrics to troff fonts for use with groff.
   afmtodit      Create font description files for the PostScript device.
+  grog          Guess groff command-line options required by a document.
   hpftodit      Create font description files for the LJ4 device.
   indxbib       Make inverted index for bibliographic databases.
   lkbib         Search bibliographic databases.
diff --git a/Makefile.am b/Makefile.am
index b9fd69b..a6b016d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -697,11 +697,11 @@ include $(top_srcdir)/src/preproc/refer/refer.am
 include $(top_srcdir)/src/preproc/soelim/soelim.am
 include $(top_srcdir)/src/preproc/tbl/tbl.am
 include $(top_srcdir)/src/roff/groff/groff.am
-include $(top_srcdir)/src/roff/grog/grog.am
 include $(top_srcdir)/src/roff/nroff/nroff.am
 include $(top_srcdir)/src/roff/troff/troff.am
 include $(top_srcdir)/src/utils/addftinfo/addftinfo.am
 include $(top_srcdir)/src/utils/afmtodit/afmtodit.am
+include $(top_srcdir)/src/utils/grog/grog.am
 include $(top_srcdir)/src/utils/hpftodit/hpftodit.am
 include $(top_srcdir)/src/utils/indxbib/indxbib.am
 include $(top_srcdir)/src/utils/lkbib/lkbib.am
diff --git a/src/utils/grog/grog.am b/src/utils/grog/grog.am
index b849704..59a445f 100644
--- a/src/utils/grog/grog.am
+++ b/src/utils/grog/grog.am
@@ -17,12 +17,12 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-grog_srcdir = $(top_srcdir)/src/roff/grog
+grog_srcdir = $(top_srcdir)/src/utils/grog
 bin_SCRIPTS += grog
-man1_MANS += src/roff/grog/grog.1
+man1_MANS += src/utils/grog/grog.1
 EXTRA_DIST += \
-  src/roff/grog/grog.1.man \
-  src/roff/grog/grog.pl
+  src/utils/grog/grog.1.man \
+  src/utils/grog/grog.pl
 
 # Perl version works for all parts of 'groff'.
 



reply via email to

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