diff options
author | Aaron Bockover <aaron@abock.org> | 2006-05-09 03:59:10 +0000 |
---|---|---|
committer | Aaron Bockover <abock@src.gnome.org> | 2006-05-09 03:59:10 +0000 |
commit | 10dcb93b5451226a2ac9350a2bb55380af2eed0c (patch) | |
tree | 89b3d3ff1ffa7204f8eb0f7b64a6b0c0b74cc9a2 /docs | |
parent | 4d1c7df54e8bf3d34903392ffd59ed1c727feb55 (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.am | 2 |
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 \ |