[svnbook] r4269 committed - * tools/Makefile.base-rules...

svnbook at googlecode.com svnbook at googlecode.com
Thu May 31 15:21:52 CDT 2012


Revision: 4269
Author:   cmpilato at gmail.com
Date:     Thu May 31 13:21:35 2012
Log:      * tools/Makefile.base-rules
   (UNIFIED_XML_TARGET): Refer to the abstracted $(XMLLINT), rather
     than "xmllint" explicitly.

http://code.google.com/p/svnbook/source/detail?r=4269

Modified:
  /trunk/tools/Makefile.base-rules

=======================================
--- /trunk/tools/Makefile.base-rules	Thu May 31 13:20:38 2012
+++ /trunk/tools/Makefile.base-rules	Thu May 31 13:21:35 2012
@@ -83,7 +83,7 @@
  	fi

  $(UNIFIED_XML_TARGET): version
-	xmllint --nonet --noent --xinclude --postvalid --output  
$(UNIFIED_XML_TARGET) book/book.xml
+	$(XMLLINT) --nonet --noent --xinclude --postvalid --output  
$(UNIFIED_XML_TARGET) book/book.xml

  # Install targets
  $(INSTALL_SUBDIR):




More information about the svnbook-dev mailing list