groff-commit
[Top][All Lists]
Advanced

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

[groff] 24/45: Cleaned dependencies of uninstall-hook targets.


From: Bertrand Garrigues
Subject: [groff] 24/45: Cleaned dependencies of uninstall-hook targets.
Date: Mon, 20 Oct 2014 21:39:52 +0000

bgarrigues pushed a commit to branch automake3
in repository groff.

commit a9bb816facd0f88ca88ae727d91ebc0300bdcd70
Author: Bertrand Garrigues <address@hidden>
Date:   Sat Sep 6 16:04:25 2014 +0200

    Cleaned dependencies of uninstall-hook targets.
    
    Added a missing comment in TESTS on `make check'.
---
 Makefile.am           |    2 +-
 TESTS                 |    5 +++--
 font/devpdf/devpdf.am |    2 +-
 tmac/tmac.am          |    2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0c651ef..eaf7038 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -601,7 +601,7 @@ lib/localcharset.$(OBJEXT): lib/configmake.h
 
 # directories specific to groff
 uninstall-hook: uninstall_groffdirs
-uninstall_groffdirs: uninstall_devpdf uninstall_tmac_hook
+uninstall_groffdirs:
        if test -d $(DESTDIR)$(datasubdir); then \
          rm -rf $(DESTDIR)$(fontdir); \
          rm -rf $(DESTDIR)$(oldfontdir); \
diff --git a/TESTS b/TESTS
index fca0dd5..96f9577 100644
--- a/TESTS
+++ b/TESTS
@@ -143,7 +143,7 @@ from contrib/chem:
 from contrib/eqn2graph:
   - `eqn2graph' script
 
-from contrin/gdiffmk:
+from contrib/gdiffmk:
   - `gdiffmk' script
 
 In order to check and improve the dependencies, the following targets
@@ -292,7 +292,7 @@ Differences with former build system:
     
     -- contrib/chem/README is strangely build but not installed, this
        is the behaviour on the old build system.
-    
+
 Diff with previous build system:
   - devcp1047 fonts are installed $(DESTDIR)/usr/local/groff/1.22.3/font
 
@@ -380,6 +380,7 @@ TODO:
 
 2.9 make check
   
+  (manually called automake --add-missing to add build-aux/test-driver)
   - gdiffmk's test script is now plugged to the 'make check'
     target. The original runtests.in is renamed to runtests.sh with
     absolute paths. The new script gdiffmk_tests.sh is used to call
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index 449badc..ab95109 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -146,7 +146,7 @@ install_devpdf:
        done
        $(INSTALL_DATA) $(top_builddir)/font/devpdf/download 
$(DESTDIR)$(devpdffontdir)/
 
-uninstall-hook: uninstall_devpdf
+uninstall_groffdirs: uninstall_devpdf
 uninstall_devpdf:
        @echo Uninstalling devpdf files
        if test -d $(DESTDIR)$(devpdffontdir); then \
diff --git a/tmac/tmac.am b/tmac/tmac.am
index 04e2e3e..1a6e4ef 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -177,7 +177,7 @@ tmac/www.tmac: tmac/www.tmac.in
        sed -e "s;address@hidden@];$(pnmtops_nosetpage);g" \
          $(tmac_srcdir)/www.tmac.in > $(top_builddir)/tmac/www.tmac
 
-uninstall-hook: uninstall_tmac_hook
+uninstall_groffdirs: uninstall_tmac_hook
 uninstall_tmac_hook:
        -if test -n "$(tmac_wrap)"; then \
          for m in ""$(tmac_wrap); do \



reply via email to

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