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

svnbook at googlecode.com svnbook at googlecode.com
Mon Jan 21 14:18:41 CST 2013


Revision: 4347
Author:   ptburba
Date:     Mon Jan 21 12:18:29 2013
Log:      * tools/Makefile.base-rules:
   Allow fetching of DTDs over the network.  This allows those of
   us on systems (e.g. Cygwin on Windows) that don't have the DTDs
   readily available to build the book.

Suggested by: cmpilato


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

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

=======================================
--- /trunk/tools/Makefile.base-rules	Thu May 31 14:24:43 2012
+++ /trunk/tools/Makefile.base-rules	Mon Jan 21 12:18:29 2013
@@ -93,7 +93,7 @@
  	fi

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

  # Install targets
  $(INSTALL_SUBDIR):
@@ -132,4 +132,4 @@

  # Utility targets
  valid: $(VERSION_SOURCE)
-	$(XMLLINT) --noout --nonet --valid $(XML_SOURCE)
+	$(XMLLINT) --noout --valid $(XML_SOURCE)




More information about the svnbook-dev mailing list