Remove extraneous whitespace.

This commit is contained in:
Warren Block 2016-01-15 01:59:38 +00:00
parent b175be23cb
commit 39acb24640
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48018

View file

@ -14,7 +14,7 @@
# #
# DOC This should be set to the name of the DocBook # DOC This should be set to the name of the DocBook
# marked-up file, without the .xml suffix. # marked-up file, without the .xml suffix.
# #
# It also determins the name of the output files - # It also determins the name of the output files -
# ${DOC}.html. # ${DOC}.html.
# #
@ -35,7 +35,7 @@
# Default is ${DOC_PREFIX}/share/misc/docbook.css # Default is ${DOC_PREFIX}/share/misc/docbook.css
# #
# Package building options: # Package building options:
# #
# BZIP2_PACKAGE Use bzip2(1) utility to compress package tarball # BZIP2_PACKAGE Use bzip2(1) utility to compress package tarball
# instead of gzip(1). It results packages to have # instead of gzip(1). It results packages to have
# suffix .tbz instead of .tgz. Using bzip2(1) # suffix .tbz instead of .tgz. Using bzip2(1)
@ -383,7 +383,7 @@ ${DOC}.txt: ${DOC}.html
.else .else
${DOC}.txt: ${DOC}.txt:
${TOUCH} ${.TARGET} ${TOUCH} ${.TARGET}
.endif .endif
.endif .endif
# PDB -------------------------------------------------------------------- # PDB --------------------------------------------------------------------
@ -423,7 +423,7 @@ ${DOC}.pdf: ${DOC}.parsed.xml ${LOCAL_IMAGES_LIB} ${LOCAL_IMAGES_PNG}
${DOC}.ps: ${DOC}.parsed.xml ${LOCAL_IMAGES_LIB} ${LOCAL_IMAGES_PNG} ${DOC}.ps: ${DOC}.parsed.xml ${LOCAL_IMAGES_LIB} ${LOCAL_IMAGES_PNG}
${DBLATEX} ${DOC}.parsed.print.xml ${DBLATEXOPTS} -o ${.TARGET} ${DBLATEX} ${DOC}.parsed.print.xml ${DBLATEXOPTS} -o ${.TARGET}
.endif .endif
${DOC}.tar: ${SRCS} ${LOCAL_IMAGES} ${LOCAL_CSS_SHEET} ${DOC}.tar: ${SRCS} ${LOCAL_IMAGES} ${LOCAL_CSS_SHEET}
${TAR} cf ${.TARGET} -C ${.CURDIR} ${SRCS} \ ${TAR} cf ${.TARGET} -C ${.CURDIR} ${SRCS} \