summaryrefslogtreecommitdiff
path: root/tmac/Makefile.sub
diff options
context:
space:
mode:
authorwl <wl>2005-08-03 07:19:00 +0000
committerwl <wl>2005-08-03 07:19:00 +0000
commit55f73f18a496ee3cd6387b061fc7943c93b9588f (patch)
tree0036cb6dca54e60d14570381a2de678565edd72a /tmac/Makefile.sub
parente23c8e3f050bc1655dfff6f776e806996133dc27 (diff)
downloadgroff-55f73f18a496ee3cd6387b061fc7943c93b9588f.tar.gz
* doc/Makefile.sub (uninstall_sub): Use --remove, not --delete
as argument to $(INSTALL_INFO). The latter isn't portable. Remove $(HTMLEXAMPLEFILES) too. * Makefile.in (uninstall_dirs): Remove $(datadir)/doc/groff and $(datadir)/doc too. Suppress warning messages and return always true. * tmac/Makefile.sub (uninstall_sub): Remove www.tmac too.
Diffstat (limited to 'tmac/Makefile.sub')
-rw-r--r--tmac/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmac/Makefile.sub b/tmac/Makefile.sub
index 05ff66cb..21e41f55 100644
--- a/tmac/Makefile.sub
+++ b/tmac/Makefile.sub
@@ -126,6 +126,7 @@ uninstall_sub:
-rm -f $(tmacdir)/$(tmac_s_prefix)s.tmac
-rm -f $(tmacdir)/$(tmac_an_prefix)an.tmac
-rm -f $(tmacdir)/man.tmac $(tmacdir)/ms.tmac
+ -rm -f $(tmacdir)/www.tmac
-if cmp -s $(localtmacdir)/man.local $(srcdir)/man.local; then \
rm -f $(localtmacdir)/man.local; \
fi