The attached patch fixes a longstanding bug in the Makefile system. Basically "sudo make uninstall" always failed, but this (seems to) fix(es) it.
I deleted the reference to an info folder in the uninstall folder list. As I understand from integrating the man files the autoconf/automake system will do a lot of underlying magic for the correct make and install process of certain common source folders ("man", "info" etc etc), but leaves the final install/uninstall decision to the creator of the main Makefile.am. And if we do not have an info folder listed, then we have also no need for an uninstall target for that folder. If I got something wrong, please tell, I am glad to learn. Peter
Index: Makefile.am =================================================================== --- Makefile.am (revision 3606) +++ Makefile.am (working copy) @@ -77,7 +77,7 @@ install-data-am: installlocaleDATA installmodsDATA install-pkgconfigDATA -uninstall-am: uninstall-info-am uninstalllocaleDATA \ +uninstall-am: uninstalllocaleDATA \ uninstallmodsDATA uninstall-sysconfDATA uninstall-pkgconfigDATA register:
_______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page