Remove trailing whitespaces.
This commit is contained in:
parent
c8277d756c
commit
ca944c36ab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21641
3 changed files with 8 additions and 8 deletions
share
|
@ -13,7 +13,7 @@
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
# 2. Redistributions in binary form must reproduce the above copyright
|
||||||
# notice, this list of conditions and the following disclaimer in the
|
# notice, this list of conditions and the following disclaimer in the
|
||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||||
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#
|
#
|
||||||
# 2. Images that are document specific.
|
# 2. Images that are document specific.
|
||||||
#
|
#
|
||||||
# For library images this file ensures that they are copied in to the
|
# For library images this file ensures that they are copied in to the
|
||||||
# documents directory so that they can be reference properly.
|
# documents directory so that they can be reference properly.
|
||||||
#
|
#
|
||||||
# For library images *and* document specific images, this file ensures
|
# For library images *and* document specific images, this file ensures
|
||||||
|
@ -154,7 +154,7 @@ PNMTOPSOPTS?= -noturn ${PNMTOPSFLAGS}
|
||||||
EPSTOPDF?= ${PREFIX}/bin/epstopdf
|
EPSTOPDF?= ${PREFIX}/bin/epstopdf
|
||||||
EPSTOPDFOPTS?= ${EPSTOPDFFLAGS}
|
EPSTOPDFOPTS?= ${EPSTOPDFFLAGS}
|
||||||
#
|
#
|
||||||
PIC2PS?= ${GROFF} -p -S -Wall -mtty-char -man
|
PIC2PS?= ${GROFF} -p -S -Wall -mtty-char -man
|
||||||
#
|
#
|
||||||
PS2EPS?= ${PREFIX}/bin/gs
|
PS2EPS?= ${PREFIX}/bin/gs
|
||||||
PS2EPSOPTS?= -q -dNOPAUSE -dSAFER -dDELAYSAFER \
|
PS2EPSOPTS?= -q -dNOPAUSE -dSAFER -dDELAYSAFER \
|
||||||
|
@ -255,7 +255,7 @@ ${.OBJDIR}/${_curimage}: ${_curimage}
|
||||||
# --------------------
|
# --------------------
|
||||||
#
|
#
|
||||||
# Each document that wants to use one or more library images has to
|
# Each document that wants to use one or more library images has to
|
||||||
# list them in the IMAGES_LIB variable. For example, a document that wants
|
# list them in the IMAGES_LIB variable. For example, a document that wants
|
||||||
# to use callouts 1 thru 4 has to list
|
# to use callouts 1 thru 4 has to list
|
||||||
#
|
#
|
||||||
# IMAGES_LIB= callouts/1.png callouts/2.png callouts/3.png callouts/4.png
|
# IMAGES_LIB= callouts/1.png callouts/2.png callouts/3.png callouts/4.png
|
||||||
|
@ -278,7 +278,7 @@ IMAGES_LIB_DIR?= ${.CURDIR}/../../../share/images
|
||||||
#
|
#
|
||||||
# The name of the directory *in* the document directory where files and
|
# The name of the directory *in* the document directory where files and
|
||||||
# directory hierarchies should be copied to. "images" is too generic, and
|
# directory hierarchies should be copied to. "images" is too generic, and
|
||||||
# might clash with local document images, so use "imagelib" by default
|
# might clash with local document images, so use "imagelib" by default
|
||||||
# instead. If you redefine this then you must also update the
|
# instead. If you redefine this then you must also update the
|
||||||
# %callout-graphics-path% variable in the .dsl file.
|
# %callout-graphics-path% variable in the .dsl file.
|
||||||
#
|
#
|
||||||
|
@ -287,7 +287,7 @@ CLEANDIRS+= ${LOCAL_IMAGES_LIB_DIR}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create a target for each image used from the library. This target just
|
# Create a target for each image used from the library. This target just
|
||||||
# ensures that each image required is copied from its location in
|
# ensures that each image required is copied from its location in
|
||||||
# ${IMAGES_LIB_DIR} to the same place in ${LOCAL_IMAGES_LIB_DIR}.
|
# ${IMAGES_LIB_DIR} to the same place in ${LOCAL_IMAGES_LIB_DIR}.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# This include file <doc.project.mk> is the FreeBSD Documentation Project
|
# This include file <doc.project.mk> is the FreeBSD Documentation Project
|
||||||
# co-ordination make file.
|
# co-ordination make file.
|
||||||
#
|
#
|
||||||
# This file includes the other makefiles, which contain enough
|
# This file includes the other makefiles, which contain enough
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
DOCFORMAT?= docbook
|
DOCFORMAT?= docbook
|
||||||
MAINTAINER?= doc@FreeBSD.org
|
MAINTAINER?= doc@FreeBSD.org
|
||||||
|
|
||||||
# Master list of known target formats. The doc.<format>.mk files implement
|
# Master list of known target formats. The doc.<format>.mk files implement
|
||||||
# the code to convert from their source format to one or more of these target
|
# the code to convert from their source format to one or more of these target
|
||||||
# formats
|
# formats
|
||||||
ALL_FORMATS= html html.tar html-split html-split.tar txt rtf ps pdf tex dvi tar pdb
|
ALL_FORMATS= html html.tar html-split html-split.tar txt rtf ps pdf tex dvi tar pdb
|
||||||
|
|
Loading…
Reference in a new issue