From beaf860a17eeae561c5e197274533b72b8f5398c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 13 Feb 2009 09:50:42 +0100 Subject: doc: use $(DESTDIR) Forgot the $(DESTDIR) prefix in the install-data-local target. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index e246c4607..211a23010 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 -- cgit v1.2.3