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

CVS:oo-deb/debian rules,1.214.2.14.2.5,1.214.2.14.2.6



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

Modified Files:
      Tag: OPENOFFICE_ORG680
	rules 
Log Message:
* file-bug*.bmp is now .png
* don't error exit if make clean fails because there is no Makefile


Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.214.2.14.2.5
retrieving revision 1.214.2.14.2.6
diff -u -d -r1.214.2.14.2.5 -r1.214.2.14.2.6
--- rules	14 Jan 2005 23:32:08 -0000	1.214.2.14.2.5
+++ rules	14 Jan 2005 23:39:08 -0000	1.214.2.14.2.6
@@ -117,7 +117,7 @@
 	rm -f ooo-build/desktop/*.png ooo-build/www/*.png \
 		ooo-build/www/images/*.png ooo-build/templates/*.s* \
 		ooo-build/www/l10n/*.gif \
-		ooo-build/src/open*bmp ooo-build/src/file-bug-*.bmp
+		ooo-build/src/open*bmp ooo-build/src/file-bug-*.png
 
 	if [ -d ooo-build/test ]; then \
 		find ooo-build/test -type f \
@@ -146,7 +146,7 @@
 	# Files created in debian directory
 	rm -f debian/*.postinst debian/*.postrm debian/*.preinst debian/*.prerm
 
-	$(MAKE) -C ooo-build clean
+	-$(MAKE) -C ooo-build distclean
 	$(MAKE) -f debian/rules control
 
 



Reply to: