[evolution-patches] Patch to fix dist in help/C/
- From: Rodney Dawes <dobey novell com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Patch to fix dist in help/C/
- Date: Wed, 29 Sep 2004 17:23:32 -0400
This patch fixes a small disting issue in help/C/Makefile.am. The
original omf and xml files weren't getting properly disted, as they
were missing from EXTRA_DIST, and occasionally someone would have a
build failure in the help/C/ directory. This has not come up in our
package building though, so I didn't notice it.
-- dobey
Index: help/C/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/help/C/Makefile.am,v
retrieving revision 1.38.24.1
diff -u -p -r1.38.24.1 Makefile.am
--- help/C/Makefile.am 13 Sep 2004 16:06:20 -0000 1.38.24.1
+++ help/C/Makefile.am 29 Sep 2004 21:24:32 -0000
@@ -65,3 +65,7 @@ CLEANFILES += \
$(omffile).out \
$(omffile)
+EXTRA_DIST += \
+ $(doc_in_files) \
+ $(omf_in_files)
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]