From 5664421b0db4c5525b0437ab01b78e66f1d72f0f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 25 Jan 2012 03:56:13 -0500 Subject: Fix uninstallation. * Read installation configuration file. * Correctly spell macro names. --- (limited to 'man') diff --git a/man/Makefile.in b/man/Makefile.in index 4da185d..832ff0f 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -53,7 +53,7 @@ install: all .PHONY: uninstall uninstall: - @for obj in $(OBJ); do \ + @for obj in $(OBJS); do \ printf ' RM %s\n' "$${obj}"; \ section=$$(echo "$${obj}" | sed 's/^.*[.]\([0-9]\)$$/\1/'); \ rm -f "$(DESTDIR)/$(MANDIR)/man$${section}/$${obj}"; \ -- cgit v0.9.1