Re: [evolution-patches] Patch to fix dist in help/C/



2004-10-05, 01:41 +0900, Changwoo Ryu wrote:
> 2004-10-04, 10:45 -0400, Rodney Dawes wrote:
> > No, the problem is that the version files are all that is getting
> > disted. These are generated from unversioned copies of the XML which
> > are missing from the tarball. The versioned copies should get removed
> > by make clean. It is only an issue in the tarball where they can't be
> > regenerated because the sources are missing.
> 
> Got it.  I got confused by the unversioned/versioned files..
> 
> But if they are distributed, they are should be in MAINTAINERCLEANFILES,
> not CLEANFILES.  So they can be regenerated if needed but cleaned only
> by make maintainer-clean.  It is not expected "make clean" or "make
> distclean" remove any distributed files (like po/*.gmo files) in
> autotool'ed packages.

Attached another patch against the cvs.

-- 
Changwoo Ryu <cwryu debian org>
Index: help/C/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/help/C/Makefile.am,v
retrieving revision 1.38.24.2
diff -u -r1.38.24.2 Makefile.am
--- help/C/Makefile.am	4 Oct 2004 15:22:27 -0000	1.38.24.2
+++ help/C/Makefile.am	4 Oct 2004 17:24:52 -0000
@@ -60,9 +60,11 @@
 dist-hook: app-dist-hook
 
 CLEANFILES +=			\
-	$(docname).xml		\
 	omf_timestamp		\
-	$(omffile).out		\
+	$(omffile).out
+
+MAINTAINERCLEANFILES +=		\
+	$(docname).xml		\
 	$(omffile)
 
 EXTRA_DIST +=			\

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]