Skip to content
Snippets Groups Projects
Commit 430e22a7 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-10-30 17:37:05 by rrt]

cp and chmod during install switched over in case we're copying from a
read-only medium or something.
parent 256f3fb8
No related branches found
No related tags found
No related merge requests found
...@@ -240,8 +240,8 @@ install-info: install-dirs-info ...@@ -240,8 +240,8 @@ install-info: install-dirs-info
$(INSTALL_DATA) info/* $(infodir) $(INSTALL_DATA) info/* $(infodir)
install-html: install-dirs-html install-html: install-dirs-html
$(CHMOD) -R $(LIB_PERMS) html/*
$(CP) -r html/* $(htmldir) $(CP) -r html/* $(htmldir)
$(CHMOD) -R $(LIB_PERMS) $(htmldir)
# $(INSTALL_DATA) html/* $(htmldir) # $(INSTALL_DATA) html/* $(htmldir)
install-dirs-html: install-dirs-html:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment