doc: use $(DESTDIR)
Forgot the $(DESTDIR) prefix in the install-data-local target.
This commit is contained in:
parent
ef64449cb6
commit
beaf860a17
@ -22,7 +22,7 @@ clean-local:
|
|||||||
rm -rf api
|
rm -rf api
|
||||||
|
|
||||||
install-data-local: api/html/index.html
|
install-data-local: api/html/index.html
|
||||||
$(mkinstalldirs) $(docdir)/api/html
|
$(mkinstalldirs) $(DESTDIR)$(docdir)/api/html
|
||||||
$(INSTALL_DATA) -c -m 644 api/html/*.html api/html/*.css api/html/*.png api/html/*.gif $(docdir)/api/html
|
$(INSTALL_DATA) -c -m 644 api/html/*.html api/html/*.css api/html/*.png api/html/*.gif $(DESTDIR)$(docdir)/api/html
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user