'cp -a' does not work in BSD. Replace with 'cp -R'.
Note that we don't want user and group to be preserved, anyway. git-svn-id: https://pandoc.googlecode.com/svn/trunk@547 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
e9d66b8ed8
commit
e0303dfc79
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -178,7 +178,7 @@ uninstall-doc:
|
|||
# Library documents installation.
|
||||
.PHONY: install-lib-doc uninstall-lib-doc
|
||||
install-lib-doc: build-lib-doc
|
||||
$(INSTALL) -d $(LIBDOCPATH) && cp -a html $(LIBDOCPATH)/
|
||||
$(INSTALL) -d $(LIBDOCPATH) && cp -R html $(LIBDOCPATH)/
|
||||
uninstall-lib-doc:
|
||||
-rm -rf $(LIBDOCPATH)/html
|
||||
-rmdir $(LIBDOCPATH)
|
||||
|
|
Loading…
Add table
Reference in a new issue