Date: Fri, 15 Jan 2016 01:59:38 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48018 - head/share/mk Message-ID: <201601150159.u0F1xcta031762@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Fri Jan 15 01:59:38 2016 New Revision: 48018 URL: https://svnweb.freebsd.org/changeset/doc/48018 Log: Remove extraneous whitespace. Modified: head/share/mk/doc.docbook.mk Modified: head/share/mk/doc.docbook.mk ============================================================================== --- head/share/mk/doc.docbook.mk Fri Jan 15 00:10:33 2016 (r48017) +++ head/share/mk/doc.docbook.mk Fri Jan 15 01:59:38 2016 (r48018) @@ -14,7 +14,7 @@ # # DOC This should be set to the name of the DocBook # marked-up file, without the .xml suffix. -# +# # It also determins the name of the output files - # ${DOC}.html. # @@ -35,7 +35,7 @@ # Default is ${DOC_PREFIX}/share/misc/docbook.css # # Package building options: -# +# # BZIP2_PACKAGE Use bzip2(1) utility to compress package tarball # instead of gzip(1). It results packages to have # suffix .tbz instead of .tgz. Using bzip2(1) @@ -383,7 +383,7 @@ ${DOC}.txt: ${DOC}.html .else ${DOC}.txt: ${TOUCH} ${.TARGET} -.endif +.endif .endif # PDB -------------------------------------------------------------------- @@ -423,7 +423,7 @@ ${DOC}.pdf: ${DOC}.parsed.xml ${LOCAL_IM ${DOC}.ps: ${DOC}.parsed.xml ${LOCAL_IMAGES_LIB} ${LOCAL_IMAGES_PNG} ${DBLATEX} ${DOC}.parsed.print.xml ${DBLATEXOPTS} -o ${.TARGET} .endif - + ${DOC}.tar: ${SRCS} ${LOCAL_IMAGES} ${LOCAL_CSS_SHEET} ${TAR} cf ${.TARGET} -C ${.CURDIR} ${SRCS} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601150159.u0F1xcta031762>