groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/03: * Makefile.in: Do not forget to install gropdf manuals.


From: Werner LEMBERG
Subject: [groff] 03/03: * Makefile.in: Do not forget to install gropdf manuals.
Date: Tue, 11 Mar 2014 05:29:11 +0000

wl pushed a commit to branch master
in repository groff.

commit 681919b36d47fa7e6f4bd821632239336f375a72
Author: Ingo Schwarze <address@hidden>
Date:   Tue Mar 11 06:28:39 2014 +0100

    * Makefile.in: Do not forget to install gropdf manuals.
    
    This got broken in 290eaaac6cfc33856cd683838accc72ccf3e5a84:
    src/devices/gropdf was split out of OTHERDIRS into SHPROGDIRS, and
    consequently, Makefile.man was no longer used there.  Note that
    Makefile.dev is *not* needed, even though it's below /devices/.
---
 ChangeLog   |    9 +++++++++
 Makefile.in |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ec67c4d..02b2c99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2014-03-11  Ingo Schwarze  <address@hidden> (tiny change)
 
+       * Makefile.in: Do not forget to install gropdf manuals.
+
+       This got broken in 290eaaac6cfc33856cd683838accc72ccf3e5a84:
+       src/devices/gropdf was split out of OTHERDIRS into SHPROGDIRS, and
+       consequently, Makefile.man was no longer used there.  Note that
+       Makefile.dev is *not* needed, even though it's below /devices/.
+
+2014-03-11  Ingo Schwarze  <address@hidden> (tiny change)
+
        * src/roff/groff/Makefile.sub: POSIX conformance.
 
         - POSIX says that the meaning of the make(1) `$<' macro shall be
diff --git a/Makefile.in b/Makefile.in
index a26b3b1..f9da331 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -781,7 +781,7 @@ $(CCPROGDIRS): FORCE $(LIBDIRS)
          -f $(top_srcdir)/Makefile.ccpg \
          -f Makefile.dep $(do)
 
-$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS) $(SHPROGDIRS): FORCE 
$(PROGDEPDIRS) $(CCPROGDIRS) $(CPROGDIRS)
+$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE $(PROGDEPDIRS) 
$(CCPROGDIRS) $(CPROGDIRS)
        @$(ENVSETUP); \
        if test $(srcdir) = .; then \
          srcdir=.; \
@@ -814,7 +814,7 @@ $(GNULIBDIRS): FORCE
 
 $(OTHERDIRS): $(PROGDEPDIRS) $(CCPROGDIRS) $(CPROGDIRS) $(SHPROGDIRS)
 
-$(INCDIRS) $(PROGDEPDIRS) $(OTHERDIRS): FORCE
+$(INCDIRS) $(PROGDEPDIRS) $(SHPROGDIRS) $(OTHERDIRS): FORCE
        @$(ENVSETUP); \
        if test $(srcdir) = .; then \
          srcdir=.; \



reply via email to

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