summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-25 03:56:13 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-25 03:56:13 (EST)
commit5664421b0db4c5525b0437ab01b78e66f1d72f0f (patch)
tree06b9c1a37ce79ae104e9de2907a9fb6a9d865cb4 /man
parenta991b8c9a1a0019ef1a36bbec49c29827a3c57a2 (diff)
Fix uninstallation.
* Read installation configuration file. * Correctly spell macro names.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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}"; \