[MPlayer-DOCS] r31167 - trunk/DOCS/xml/Makefile

diego subversion at mplayerhq.hu
Tue May 11 23:33:15 CEST 2010


Author: diego
Date: Tue May 11 23:33:15 2010
New Revision: 31167

Log:
consistency cosmetics: Invoke all shell scripts directly.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile	Tue May 11 23:31:36 2010	(r31166)
+++ trunk/DOCS/xml/Makefile	Tue May 11 23:33:15 2010	(r31167)
@@ -31,7 +31,7 @@ html-single:  $(addprefix html-single-,$
 xmllint: $(addprefix xmllint-,$(DOC_LANGS))
 
 $(CONFIGURE_GENERATED) $(MAIN_XML_ALL):
-	sh configure
+	./configure
 
 define lang-def
 html-chunked-$(lang): $(HTML)/$(lang)/index.html


More information about the MPlayer-DOCS mailing list