diff options
| -rw-r--r-- | distrib/Makefile-bin.in | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in index f81bcaeb52..7da408ccf6 100644 --- a/distrib/Makefile-bin.in +++ b/distrib/Makefile-bin.in @@ -240,7 +240,9 @@ install-info: install-dirs-info  	$(INSTALL_DATA) info/* $(infodir)  install-html: install-dirs-html -	$(INSTALL_DATA) html/* $(htmldir) +	$(CHMOD) -R $(LIB_PERMS) html/* +	$(CP) -r html/* $(htmldir) +#	$(INSTALL_DATA) html/* $(htmldir)  install-dirs-html:  	$(INSTALL_DIR) $(htmldir)  | 
