diff options
Diffstat (limited to '')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |