[MPlayer-DOCS] CVS: main/DOCS/xml Makefile.inc,1.18,1.19

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Apr 17 02:28:39 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/var2/tmp/cvs-serv31824

Modified Files:
	Makefile.inc 
Log Message:
Simplify link removal.


Index: Makefile.inc
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/Makefile.inc,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Makefile.inc	11 Apr 2005 20:14:08 -0000	1.18
+++ Makefile.inc	17 Apr 2006 00:28:36 -0000	1.19
@@ -76,6 +76,4 @@
 
 distclean:
 	rm -f main.xml
-	if test "$(USE_SYMLINKS)" = "yes" ; then \
-		rm -f `find *.xml -type l`; \
-	fi
+	rm -f `find *.xml -type l`;




More information about the MPlayer-DOCS mailing list