diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-24 04:45:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-24 04:45:39 +0800 |
commit | 23faa57aef230148a5ab1c746a325be4ba029b02 (patch) | |
tree | dd19bfce5c2544a302f56935d78e45a1afec0c15 /help/C | |
parent | 159c8dbad99652984fd19dccbb1947712088d1e0 (diff) | |
download | gsoc2013-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/C')
-rw-r--r-- | help/C/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am index 486a10ca58..6aa9035909 100644 --- a/help/C/Makefile.am +++ b/help/C/Makefile.am @@ -22,7 +22,7 @@ EXTRA_DIST = \ all: evolution-guide evolution-guide: $(SGML_FILES) - -db2html evolution.sgml + -db2html $(srcdir)/evolution.sgml dist-hook: mkdir $(distdir)/evolution |