summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwl <wl>2006-11-21 14:30:48 +0000
committerwl <wl>2006-11-21 14:30:48 +0000
commit86d033d1702b461ea5324061f2fd7e53b7138c2a (patch)
tree3b0beba7b04b41322754fc8e8801b0b4cb0d621a /doc
parenta16c8367c6171cc9dc2eed4f531d4bf1832a487e (diff)
downloadgroff-86d033d1702b461ea5324061f2fd7e53b7138c2a.tar.gz
* doc/Makefile.sub (uninstall_sub): Fix names for info files.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.sub b/doc/Makefile.sub
index df772ad0..844e6957 100644
--- a/doc/Makefile.sub
+++ b/doc/Makefile.sub
@@ -226,7 +226,7 @@ install_html: $(HTMLDOCFILES) $(HTMLEXAMPLEFILES)
$(DESTDIR)$(exampleimagedir)
uninstall_sub:
- -for f in groff `ls groff-*`; do \
+ -for f in groff `ls groff.info*`; do \
rm -f $(DESTDIR)$(infodir)/$$f; \
done
$(INSTALL_INFO) --remove --info-dir=$(DESTDIR)$(infodir) \