Author: diego
Date: Sun Dec 13 22:24:04 2009
New Revision: 29998

Log:
Remove pointless warning about Make being called from the wrong place.

Modified:
   trunk/DOCS/xml/Makefile.inc

Modified: trunk/DOCS/xml/Makefile.inc
==============================================================================
--- trunk/DOCS/xml/Makefile.inc Sun Dec 13 20:21:38 2009        (r29997)
+++ trunk/DOCS/xml/Makefile.inc Sun Dec 13 22:24:04 2009        (r29998)
@@ -40,21 +40,10 @@ xmllint: main.xml $(SYMLINKS_DEPS)
        ../xmllint.sh $<
 
 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint
-ifndef HTMLDIR
-       $(warning $(HTMLDIR))
-       $(warning Error: HTMLDIR not set!!!)
-       $(warning Typically this means, that you've run make from a subdir of 
DOCS/xml.)
-       $(error Don't do this!)
-endif
        cp -f $(HTML_STYLESHEET) $(HTMLDIR)/
        ../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
 
 $(HTMLFILE): main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint
-ifndef HTMLFILE
-       $(warning Error: HTMLFILE not set!!!)
-       $(warning Typically this means, that you've run make from a subdir of 
DOCS/xml.)
-       $(error Don't do this!)
-endif
        cp -f $(HTML_STYLESHEET) $(@D)
        ../xsltproc.sh $@ $(HTML_SINGLE_XSL) $<
 
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to