From 54b5c7382a402ed14687f09dfa6a1300e531fabc Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 17 Apr 2001 16:48:18 +0000 Subject: Pull up fix from the branch: builddir != srcdir fix for building the calendar, executive summary and importer developers' docs. svn path=/trunk/; revision=9408 --- doc/devel/calendar/cal-util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/devel/calendar/cal-util/Makefile.am') diff --git a/doc/devel/calendar/cal-util/Makefile.am b/doc/devel/calendar/cal-util/Makefile.am index 7f567652ef..227fbb1a9c 100644 --- a/doc/devel/calendar/cal-util/Makefile.am +++ b/doc/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: -- cgit v1.2.3