Tidy and HTML tab spacing
Hiroki Sato
hrs at FreeBSD.org
Fri Jan 27 03:46:51 UTC 2012
Warren Block <wblock at wonkity.com> wrote
in <alpine.BSF.2.00.1201261121550.21319 at wonkity.com>:
wb> Index: doc/share/mk/doc.docbook.mk
wb> ===================================================================
wb> RCS file: /home/dcvs/doc/share/mk/doc.docbook.mk,v
wb> retrieving revision 1.129
wb> diff -u -r1.129 doc.docbook.mk
wb> --- doc/share/mk/doc.docbook.mk 15 May 2011 20:41:31 -0000 1.129
wb> +++ doc/share/mk/doc.docbook.mk 26 Jan 2012 18:14:31 -0000
wb> @@ -525,6 +525,7 @@
wb> ${DOC}.xml
wb> .endif
wb> .if !defined(NO_TIDY)
wb> + ${SED} -i -e 's/ /\ /g' $$(${XARGS} < HTML.manifest)
wb> -${TIDY} ${TIDYOPTS} $$(${XARGS} < HTML.manifest)
wb> .endif
Changes look good to me, but it is better to use something like this
REINPLACE_TABS_CMD?=${SED} -i -e 's/ /\ /g'
in doc.common.mk (with some comments explaining this is a hack to
preserve literal tab characters) and use it in these three.
-- Hiroki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20120127/4a902e0b/attachment.sig>
More information about the freebsd-doc
mailing list