From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 9 Aug 2006 15:52:14 -0000 Subject: [Cluster-devel] conga/luci Makefile Message-ID: <20060809155214.26910.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-08-09 15:52:14 Modified files: luci : Makefile Log message: typo... products -> python Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/Makefile.diff?cvsroot=cluster&r1=1.19&r2=1.20 --- conga/luci/Makefile 2006/08/09 15:28:10 1.19 +++ conga/luci/Makefile 2006/08/09 15:52:14 1.20 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 2006/08/09 15:28:10 rmccabe Exp $ +# $Id: Makefile,v 1.20 2006/08/09 15:52:14 rmccabe Exp $ ZOPEINSTANCE=/var/lib/luci include ../make/version.in @@ -9,7 +9,7 @@ # list zope/plone files and/or directories to be removed # (paths relative to zope/plone installation directory) -ZOPE_REMOVES="bin include skel zopeskel lib64/products/ZEO lib64/products/nt_svcutils lib64/products/reStructuredText lib/products/ZEO lib/products/nt_svcutils lib/products/reStructuredText lib64/python/Products/ZGadflyDA lib64/python/Products/ZopeTutorial lib64/python/Products/ZReST lib/python/Products/ZGadflyDA lib/python/Products/ZopeTutorial lib/python/Products/ZReST" +ZOPE_REMOVES="bin include skel zopeskel lib64/python/ZEO lib64/python/nt_svcutils lib64/python/reStructuredText lib/python/ZEO lib/python/nt_svcutils lib/python/reStructuredText lib64/python/Products/ZGadflyDA lib64/python/Products/ZopeTutorial lib64/python/Products/ZReST lib/python/Products/ZGadflyDA lib/python/Products/ZopeTutorial lib/python/Products/ZReST" PLONE_REMOVES="Five README.txt ATContentTypes ATReferenceBrowserWidget ExtendedPathIndex ExternalEditor kupu Marshall PasswordResetTool PloneLanguageTool PloneTestCase"