diff --git a/zh_CN.GB2312/share/mk/doc.local.mk b/zh_CN.GB2312/share/mk/doc.local.mk index e771f6b63f..51b9ae9b32 100644 --- a/zh_CN.GB2312/share/mk/doc.local.mk +++ b/zh_CN.GB2312/share/mk/doc.local.mk @@ -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} # ***********************************************************************