]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Remove code relating to man1/README, which no longer exists.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 22 Feb 2008 07:40:09 +0000 (07:40 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 22 Feb 2008 07:40:09 +0000 (07:40 +0000)
Makefile

index 8f5db0597ed012dcdca3463fdc1fd7eff6be6151..cb1b9f3f17b6b22f5aa9f96caceef5b03947f921 100644 (file)
--- 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