[Mplayer-cvslog] CVS: main/DOCS/xml Makefile.inc,1.3,1.4

Dmitry Baryshkov CVS lumag at mplayerhq.hu
Sun Sep 21 15:11:27 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/var/tmp.root/cvs-serv5685

Modified Files:
	Makefile.inc 
Log Message:
I don't think, that anybody likes seeng rm -f /* command :)


Index: Makefile.inc
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/Makefile.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.inc	18 Jun 2003 17:37:36 -0000	1.3
+++ Makefile.inc	21 Sep 2003 13:10:58 -0000	1.4
@@ -16,6 +16,7 @@
 
 # This is the main target...
 $(HTMLDIR)/index.html: documentation.xml $(XSL_DEPS)
+	@if test "$(HTMLDIR)" = "" ; then echo "Error: HTMLDIR not set!!!"; echo "Typically this means, that you've run make from subdir of DOCS/xml. Don't do this!" ; false; fi
 	-rm -f $(HTMLDIR)/*
 	../xmllint.sh $<
 	cp $(HTML_STYLESHEET) $(HTMLDIR)/



More information about the MPlayer-cvslog mailing list