summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile b/man/Makefile
index 304d72c97..efd9ca3bb 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -134,8 +134,8 @@ install-data: all
for file in $(MAN8); do \
$(INSTALL_MAN) $$file $(MANDIR)/man8; \
done
- $(RM) $(MANDIR)/man8/cupsenable.8
- $(LN) cupsdisable.8 $(MANDIR)/man8/cupsenable.8
+ $(RM) $(MANDIR)/man8/cupsdisable.8
+ $(LN) cupsenable.8 $(MANDIR)/man8/cupsdisable.8
$(RM) $(MANDIR)/man8/cupsreject.8
$(LN) cupsaccept.8 $(MANDIR)/man8/cupsreject.8
for file in cups-deviced.8 cups-driverd.8 cups-exec.8; do \