summaryrefslogtreecommitdiff
path: root/doc/html/Makefile.am
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2009-01-07 06:58:04 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2009-01-07 06:58:04 +0000
commit0396b5fa0fcae1c02d45df6ec3e479a4cd0271ee (patch)
tree1dcf58e92a3973be621e105d10597e0b68e0f9a1 /doc/html/Makefile.am
parentd0025bdacd7a7ef205ea92fdb4e83b9d6e588e5a (diff)
downloadflac-0396b5fa0fcae1c02d45df6ec3e479a4cd0271ee.tar.gz
Fixes for autotools (SF#1859664: https://sourceforge.net/tracker2/?func=detail&aid=1859664&group_id=13478&atid=313478)
Diffstat (limited to 'doc/html/Makefile.am')
-rw-r--r--doc/html/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am
index f4f15011..3082beca 100644
--- a/doc/html/Makefile.am
+++ b/doc/html/Makefile.am
@@ -73,7 +73,7 @@ EXTRA_DIST = $(doc_DATA) api
# handle 'api/' specially:
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(docdir)/api
- (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
+ (cd $(srcdir)/api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
uninstall-local:
rm -rf $(DESTDIR)$(docdir)/api
maintainer-clean-local: