components/gnupg/Makefile
changeset 5000 ba06ad809495
parent 4445 b7d583b46a82
child 5125 34cc580c62c2
--- a/components/gnupg/Makefile	Thu Oct 22 09:15:17 2015 -0700
+++ b/components/gnupg/Makefile	Thu Oct 22 13:48:02 2015 -0700
@@ -150,14 +150,6 @@
 install: $(INSTALL_64)
 	( cd $(PROTOUSRSHARELOCALEDIR) ; \
 	    $(CP) -R 'en@boldquot' en )
-	( cd $(PROTOUSRSHAREMANDIR) ; \
-	    if test -d man8 ; then \
-	    $(MV) man8 man1m ; fi )
-	( cd $(PROTOUSRSHAREMANDIR)/man1m ; \
-	    list1='$(MAN8LIST)' ; for f in $$list1; do \
-	    if test -f $$f.8 ; then \
-	    $(MV) $$f.8 $$f.1m ; fi ; \
-	    done )
 
 test: $(TEST_64)