aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/calendar/cal-util/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-04-18 00:48:18 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-04-18 00:48:18 +0800
commit54b5c7382a402ed14687f09dfa6a1300e531fabc (patch)
treecbdf86e4bfc87c1e3b59e05a7f5ecd681a94069d /help/devel/calendar/cal-util/Makefile.am
parentab0f37fe3f66db9f82583f7d44801028e46c96e7 (diff)
downloadgsoc2013-evolution-54b5c7382a402ed14687f09dfa6a1300e531fabc.tar
gsoc2013-evolution-54b5c7382a402ed14687f09dfa6a1300e531fabc.tar.gz
gsoc2013-evolution-54b5c7382a402ed14687f09dfa6a1300e531fabc.tar.bz2
gsoc2013-evolution-54b5c7382a402ed14687f09dfa6a1300e531fabc.tar.lz
gsoc2013-evolution-54b5c7382a402ed14687f09dfa6a1300e531fabc.tar.xz
gsoc2013-evolution-54b5c7382a402ed14687f09dfa6a1300e531fabc.tar.zst
gsoc2013-evolution-54b5c7382a402ed14687f09dfa6a1300e531fabc.zip
Pull up fix from the branch:
builddir != srcdir fix for building the calendar, executive summary and importer developers' docs. svn path=/trunk/; revision=9408
Diffstat (limited to 'help/devel/calendar/cal-util/Makefile.am')
-rw-r--r--help/devel/calendar/cal-util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/devel/calendar/cal-util/Makefile.am b/help/devel/calendar/cal-util/Makefile.am
index 7f567652ef..227fbb1a9c 100644
--- a/help/devel/calendar/cal-util/Makefile.am
+++ b/help/devel/calendar/cal-util/Makefile.am
@@ -129,7 +129,7 @@ maintainer-clean-local: clean
install-data-local:
$(mkinstalldirs) $(DOC_DIR)
for i in $(DOC_DIR_INSTALL_FILES); do \
- $(INSTALL_DATA) $$i $(DOC_DIR); \
+ $(INSTALL_DATA) $(srcdir)/$$i $(DOC_DIR); \
done
dist-hook: