Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv18459

Modified Files:
        rules 
Log Message:
Remove files affected by Ximian icons to make an incrmental build after
icon changes possible


Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- rules       10 Oct 2003 16:19:10 -0000      1.141
+++ rules       10 Oct 2003 17:16:18 -0000      1.142
@@ -489,7 +489,10 @@
        # Copy new artwork into the tree
        cp -dRvf $(SOURCE_TREE)/$(OOO_ICONS_VER)/* $(SOURCE_TREE)
 
-       # Force rebuild of image lists etc.
+       # Force rebuild of image lists and resource files
+       find $(SOURCE_TREE)/*/$(ARCHBUILDDIR)/bin -name "*.res" -exec rm {} \;
+       find $(SOURCE_TREE)/*/$(ARCHBUILDDIR)/srs -name "*.srs" -exec rm {} \;
+       find $(SOURCE_TREE)/*/$(ARCHBUILDDIR)/misc -name "*_img??.don" -exec rm 
{} \;
        #find $(SOURCE_TREE) -name '*.src' -exec touch {} \;
 
        touch $@

Reply via email to