summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAaron Bockover <aaron@abock.org>2006-05-09 03:59:10 +0000
committerAaron Bockover <abock@src.gnome.org>2006-05-09 03:59:10 +0000
commit10dcb93b5451226a2ac9350a2bb55380af2eed0c (patch)
tree89b3d3ff1ffa7204f8eb0f7b64a6b0c0b74cc9a2 /docs
parent4d1c7df54e8bf3d34903392ffd59ed1c727feb55 (diff)
Prefix doc_DATA with $(DESTDIR) so distcheck works
2006-05-08 Aaron Bockover <aaron@abock.org> * docs/Makefile.am: Prefix doc_DATA with $(DESTDIR) so distcheck works
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index be4abe151..cc1965ed9 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -15,7 +15,7 @@ all: MonodocNodeConfig.exe
MonodocNodeConfig.exe: MonodocNodeConfig.cs
mcs -out:$@ -r:System.Xml $<
-docdir = $(DOCDIR)
+docdir = $(DESTDIR)$(DOCDIR)
doc_DATA = \
banshee-docs.zip \
banshee-docs.tree \