aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/calendar/cal-client/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-04-24 04:45:39 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-04-24 04:45:39 +0800
commit23faa57aef230148a5ab1c746a325be4ba029b02 (patch)
treedd19bfce5c2544a302f56935d78e45a1afec0c15 /help/devel/calendar/cal-client/Makefile.am
parent159c8dbad99652984fd19dccbb1947712088d1e0 (diff)
downloadgsoc2013-evolution-23faa57aef230148a5ab1c746a325be4ba029b02.tar
gsoc2013-evolution-23faa57aef230148a5ab1c746a325be4ba029b02.tar.gz
gsoc2013-evolution-23faa57aef230148a5ab1c746a325be4ba029b02.tar.bz2
gsoc2013-evolution-23faa57aef230148a5ab1c746a325be4ba029b02.tar.lz
gsoc2013-evolution-23faa57aef230148a5ab1c746a325be4ba029b02.tar.xz
gsoc2013-evolution-23faa57aef230148a5ab1c746a325be4ba029b02.tar.zst
gsoc2013-evolution-23faa57aef230148a5ab1c746a325be4ba029b02.zip
Port builddir != srcdir patch from the evolution-0-10-branch.
svn path=/trunk/; revision=9522
Diffstat (limited to 'help/devel/calendar/cal-client/Makefile.am')
-rw-r--r--help/devel/calendar/cal-client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/devel/calendar/cal-client/Makefile.am b/help/devel/calendar/cal-client/Makefile.am
index 9e02b21f9b..109bdcc241 100644
--- a/help/devel/calendar/cal-client/Makefile.am
+++ b/help/devel/calendar/cal-client/Makefile.am
@@ -89,7 +89,7 @@ all: $(sgml_generated)
if ENABLE_GTK_DOC
scan $(scan_generated): $(SOURCE_FILES)
- -(cd $(srcdir) \
+ -(ln -sf $(srcdir)/$(DOC_MODULE).types . \
&& env CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) \
gtkdoc-scanobj --module=$(DOC_MODULE) \
&& gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) \