I think, there is a "$(DESTDIR)" missing in Makefile.am, rule install-exec-hook. mkdir -p $(htmldir) should be completed to mkdir -p $(DESTDIR)$(htmldir)
References: https://www.gnu.org/software/automake/manual/html_node/DESTDIR.html https://www.gnu.org/software/make/manual/make.html#index-DESTDIR
I get it. Thanks Gerhard.
Added DESTDIR to install-exec-hook for Support for Staged Installs
git tag "quickplot-1.0.2" source in master branch of https://github.com/lanceman2/quickplot
--lance
close
Log in to post a comment.
References:
https://www.gnu.org/software/automake/manual/html_node/DESTDIR.html
https://www.gnu.org/software/make/manual/make.html#index-DESTDIR
I get it. Thanks Gerhard.
Added DESTDIR to install-exec-hook for Support for Staged Installs
git tag "quickplot-1.0.2" source in master branch of
https://github.com/lanceman2/quickplot
--lance
close