X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=contrib%2FMakefile.in;h=22864333fce2f1c9833cf086b48c27802683c349;hp=9e7eee7767e8fbf3f54a35ec107361756fc7e1df;hb=20deb4ce5f654f7c112a7a4c1cf154d00847cf30;hpb=2743a22ef30aff197b866b9e3547ac429920f6d9 diff --git a/contrib/Makefile.in b/contrib/Makefile.in index 9e7eee7..2286433 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -1,5 +1,3 @@ -# $Id: Makefile.in,v 3.3 2003/04/02 08:47:28 roessler Exp $ - SHELL = /bin/sh PACKAGE = @PACKAGE@ @@ -51,6 +49,12 @@ install: # Nothing needs to be done - uninstall in doc removes samples as well. # This is just so make uninstall doesn't fail. uninstall: + for f in $(SAMPLES) ; do \ + rm -f $(DESTDIR)$(docdir)/samples/$$f ; \ + done + -rm -rf $(DESTDIR)$(docdir)/samples/iconv + -rmdir $(DESTDIR)$(docdir)/samples + -rmdir $(DESTDIR)$(docdir) maintainer-clean: distclean