r3943 - /packages/libnet-z3950-perl/trunk/doc/Makefile

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Sep 26 21:20:26 UTC 2006


Author: ntyni-guest
Date: Tue Sep 26 21:20:26 2006
New Revision: 3943

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3943
Log:
only remove the Z3950 directory if it exists in the doc/ 'clean' target.

Modified:
    packages/libnet-z3950-perl/trunk/doc/Makefile

Modified: packages/libnet-z3950-perl/trunk/doc/Makefile
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-z3950-perl/trunk/doc/Makefile?rev=3943&op=diff
==============================================================================
--- packages/libnet-z3950-perl/trunk/doc/Makefile (original)
+++ packages/libnet-z3950-perl/trunk/doc/Makefile Tue Sep 26 21:20:26 2006
@@ -25,6 +25,6 @@
 
 clean:
 	rm -f $(HTML) Z3950/style.css $(JUNK)
-	rmdir Z3950
+	[ ! -d Z3950 ] || rmdir Z3950
 
 distclean: clean




More information about the Pkg-perl-cvs-commits mailing list