diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-02-22 07:40:09 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-02-22 07:40:09 +0000 |
commit | 8960f1e41c9ff89038607d456df4eeafe10b72b8 (patch) | |
tree | 62b2d83ad82ca484dc760cafeb98ee6c370a3697 /Makefile | |
parent | fc3b7dbedefa7ce00a9a668555a5b0e6e46b4da4 (diff) |
Remove code relating to man1/README, which no longer exists.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |