[postgis-tickets] r17305 - Remove 'tidy' step for adding mobile header to HTML

Paul Ramsey pramsey at cleverelephant.ca
Fri Mar 8 11:38:24 PST 2019


Author: pramsey
Date: 2019-03-08 11:38:24 -0800 (Fri, 08 Mar 2019)
New Revision: 17305

Modified:
   trunk/doc/Makefile.in
Log:
Remove 'tidy' step for adding mobile header to HTML


Modified: trunk/doc/Makefile.in
===================================================================
--- trunk/doc/Makefile.in	2019-03-08 18:05:43 UTC (rev 17304)
+++ trunk/doc/Makefile.in	2019-03-08 19:38:24 UTC (rev 17305)
@@ -266,7 +266,6 @@
 		--stringparam html.script ga.js \
 		$(CHUNK_HTML_DOCBOOK_XSL) \
 		$<
-	tidy -utf8 -m $(HTML_BITS)
 	$(PERL) -pi -e 's/<head>/<head><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">/g' $(HTML_BITS)
 
 



More information about the postgis-tickets mailing list