groff
[Top][All Lists]
Advanced

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

[Groff] [patch] fix overzealous cleaning in contrib/groffer


From: Ingo Schwarze
Subject: [Groff] [patch] fix overzealous cleaning in contrib/groffer
Date: Mon, 10 Mar 2014 20:57:36 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

the groff build dies with:

make: don't know how to make ./groffer.man (prerequisite of: groffer)

Here is the fix.

Yours,
  Ingo


commit 1afec5f087931019f701224bb36468186065a332
Author: Ingo Schwarze <address@hidden>
Date:   Mon Mar 10 20:39:21 2014 +0100

    "make clean" must not remove the checked-in groffer.man

diff --git a/contrib/groffer/ChangeLog b/contrib/groffer/ChangeLog
index 0cbeaff..f16cc46 100644
--- a/contrib/groffer/ChangeLog
+++ b/contrib/groffer/ChangeLog
@@ -1,3 +1,12 @@
+2014-03-10  Ingo Schwarze  <address@hidden>
+
+       * contrib/groffer/Makefile.sub: "make clean" must not remove
+         the checked-in source file groffer.man.
+
+         This got broken in fabbbb0e335801bc20f5c25fb0c448e23673721d
+         when groffer.man was moved from the former perl/ subdir and
+         the cp(1) call was removed that used to copy it around.
+
 2014-02-26  Bernd Warken  <address@hidden>
 
        * Makefile.sub: fix
diff --git a/contrib/groffer/Makefile.sub b/contrib/groffer/Makefile.sub
index 2bbc620..65ae56d 100644
--- a/contrib/groffer/Makefile.sub
+++ b/contrib/groffer/Makefile.sub
@@ -40,8 +40,7 @@ MAN1=groffer.n \
      roff2text.n \
      roff2x.n
 
-MOSTLYCLEANADD=groffer HAVE_PERL groffer.man \
-               $(MAN1) $(ROFF2MAN) $(ROFF2PROGS)
+MOSTLYCLEANADD=groffer HAVE_PERL $(MAN1) $(ROFF2MAN) $(ROFF2PROGS)
 
 # not all make programs have $(RM) predefined.
 RM=rm -f



reply via email to

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