X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=Makefile.am;h=27b43549046187e8c306286d0787d79eb57e5fae;hp=25e30cf02870ab58bc97987055b282e004b5066b;hb=aa85e6cb4653bf6bac7ff7569fa6d0fe8f9e59f3;hpb=af100a3c3e02d8aa45ffc8efde39abf7238e333e diff --git a/Makefile.am b/Makefile.am index 25e30cf0..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 @@ -39,6 +46,6 @@ SUBDIRS = lib md5 src doc po tests util windows EXTRA_DIST = ChangeLog.README configure.bat MAILING-LIST \ msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \ msdos/Makefile.WC ABOUT-NLS autogen.sh \ - build_info.pl + build-aux/build_info.pl CLEANFILES = *~ *.bak $(DISTNAME).tar.gz