svn commit: r48018 - head/share/mk
Warren Block
wblock at FreeBSD.org
Fri Jan 15 01:59:40 UTC 2016
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} \
More information about the svn-doc-all
mailing list