2004-09-29, 17:23 -0400, Rodney Dawes wrote: > 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. The files are already in EXTRA_DIST, by including help/xmldocs.make . The problem is they are in CLEANFILES. So if someone builds evolution in srcdir and does "make clean", it removes the omf and xml files. I already filed this as #67018. Patch attached. -- Changwoo Ryu <cwryu debian org>
Index: help/C/Makefile.am =================================================================== --- help/C/Makefile.am (.../upstream/2.0.0-compact) (revision 89) +++ help/C/Makefile.am (.../patches/002-67018-fix-make-clean/2.0.0-compact) (revision 89) @@ -60,8 +60,6 @@ dist-hook: app-dist-hook CLEANFILES += \ - $(docname).xml \ omf_timestamp \ - $(omffile).out \ - $(omffile) + $(omffile).out
Attachment:
signature.asc
Description: This is a digitally signed message part