summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwl <wl>2013-01-29 12:05:31 +0000
committerwl <wl>2013-01-29 12:05:31 +0000
commita9eafec1bd870d82c3a8a87a7e908977cf008e68 (patch)
treefeda23e74e553204bdc207919fd21e04dfa24f45 /doc
parent0d80b8c726e4c008e67b9c19c8365674cbd5ff09 (diff)
downloadgroff-a9eafec1bd870d82c3a8a87a7e908977cf008e68.tar.gz
* doc/Makefile.sub (uninstall_sub): Handle `gnu.eps'.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.sub3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.sub b/doc/Makefile.sub
index 936eaebc..09f9392a 100644
--- a/doc/Makefile.sub
+++ b/doc/Makefile.sub
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007, 2009, 2011
+# Copyright (C) 2002-2007, 2009, 2011, 2013
# Free Software Foundation, Inc.
# Written by Werner Lemberg <wl@gnu.org>
#
@@ -242,5 +242,6 @@ uninstall_sub:
`ls $(HTMLEXAMPLEFILESALL)`; do \
rm -f $(DESTDIR)$(exampledir)/$$f; \
done
+ -rm -f $(DESTDIR)$(exampledir)/gnu.eps
-rm -f $(DESTDIR)$(exampleimagedir)/$(HTMLEXAMPLEIMAGEFILES)
-rmdir $(DESTDIR)$(exampleimagedir)