X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=Makefile.am;h=27b43549046187e8c306286d0787d79eb57e5fae;hp=3ae3c606d3363b9d8cd9c79d583610164a1742c9;hb=aa85e6cb4653bf6bac7ff7569fa6d0fe8f9e59f3;hpb=efab16e233fb7e9e1a630fc90e4754196f6cccf3 diff --git a/Makefile.am b/Makefile.am index 3ae3c606..27b43549 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,13 @@ # Version: @VERSION@ # + +# We can't help that installing wget.info leaves /usr/share/info/dir +# around, and we need to prevent uninstallation of the possibly +# previously-existing /etc/wgetrc. +distuninstallcheck_listfiles = find . -type f | \ + grep -Ev '(/share/info/dir|/etc/wgetrc)$$' + # Search for macros in the m4 subdirectory: ACLOCAL_AMFLAGS = -I m4 -I md5/m4