Submitted by:	intron <intron at intron dot ac>
Obtained from:	FreeBSD Simplified Chinese Project
This commit is contained in:
Xin LI 2006-07-09 04:33:26 +00:00
parent a081323291
commit 00253e3094
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28222

View file

@ -15,7 +15,7 @@ HTML2TXT= ${PREFIX}/bin/html2text
HTML2TXTOPTS= -nobs -style pretty
# In "doc/share/mk/doc.project.mk", "doc.images.mk" and "doc.common.mk"
# is included before "doc.local.mk". Thus, we can use variables defined
# are included before "doc.local.mk". Thus, we can use variables defined
# in these two files safely in XXX target:source declaration XXX.
# E.g. ${IMAGES_PDF}, ${LOCAL_IMAGES_EPS}
# ***********************************************************************