Commit beaf860a authored by Max Kellermann's avatar Max Kellermann

doc: use $(DESTDIR)

Forgot the $(DESTDIR) prefix in the install-data-local target.
parent ef64449c
......@@ -22,7 +22,7 @@ clean-local:
rm -rf api
install-data-local: api/html/index.html
$(mkinstalldirs) $(docdir)/api/html
$(INSTALL_DATA) -c -m 644 api/html/*.html api/html/*.css api/html/*.png api/html/*.gif $(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 $(DESTDIR)$(docdir)/api/html
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment