From 8960f1e41c9ff89038607d456df4eeafe10b72b8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 22 Feb 2008 07:40:09 +0000 Subject: [PATCH] Remove code relating to man1/README, which no longer exists. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 8f5db0597..cb1b9f3f1 100644 --- a/Makefile +++ b/Makefile @@ -49,13 +49,11 @@ html: done; \ done; fi -README=$(DESTDIR)$(MANDIR)/man1/README install: for i in man? man??; do \ install -d -m 755 $(DESTDIR)$(MANDIR)/"$$i" || exit $$?; \ install -m 644 "$$i"/* $(DESTDIR)$(MANDIR)/"$$i" || exit $$?; \ done; \ - rm -f $(README) $(README).gz $(README).bz2 # someone might also want to look at /var/catman/cat2 or so ... # a problem is that the location of cat pages varies a lot