summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-02-22 07:40:09 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-02-22 07:40:09 +0000
commit8960f1e41c9ff89038607d456df4eeafe10b72b8 (patch)
tree62b2d83ad82ca484dc760cafeb98ee6c370a3697 /Makefile
parentfc3b7dbedefa7ce00a9a668555a5b0e6e46b4da4 (diff)
Remove code relating to man1/README, which no longer exists.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 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