diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-18 00:48:18 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-18 00:48:18 +0800 |
commit | 54b5c7382a402ed14687f09dfa6a1300e531fabc (patch) | |
tree | cbdf86e4bfc87c1e3b59e05a7f5ecd681a94069d /doc/devel/executive-summary | |
parent | ab0f37fe3f66db9f82583f7d44801028e46c96e7 (diff) | |
download | gsoc2013-evolution-54b5c7382a402ed14687f09dfa6a1300e531fabc.tar.gz 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 'doc/devel/executive-summary')
-rw-r--r-- | doc/devel/executive-summary/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/devel/executive-summary/Makefile.am b/doc/devel/executive-summary/Makefile.am index 9aa53af4ec..38664929d8 100644 --- a/doc/devel/executive-summary/Makefile.am +++ b/doc/devel/executive-summary/Makefile.am @@ -34,7 +34,7 @@ SOURCE_FILES = \ IGNORED_HEADER_FILES = \ Executive-Summary.h - + scan_generated = \ evolution-services-decl.txt \ evolution-services.args \ @@ -111,8 +111,8 @@ maintainer-clean-local: clean install-data-local: $(mkinstalldirs) $(DOC_DIR) - for i in $(DOC_DIR_INSTALL_FILES); do \ - $(INSTALL_DATA) $$i $(DOC_DIR); \ + for i in $(DOC_DIR_INSTALL_FILES); do \ + $(INSTALL_DATA) $(srcdir)/$$i $(DOC_DIR); \ done dist-hook: |