Prevent generation of foo.html-e files.

This commit is contained in:
Hiroki Sato 2012-02-11 17:59:46 +00:00
parent 44575b38b1
commit 290385d7cd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38442

View file

@ -11,7 +11,7 @@ REALPATH?= /bin/realpath
SED?= /usr/bin/sed
# a hack to keep tidy from converting tabs to spaces
# replace them with 	 before calling tidy
REINPLACE_TABS_CMD?= ${SED} -i -e 's/ /\&\#09;/g'
REINPLACE_TABS_CMD?= ${SED} -i "" -e 's/ /\&\#09;/g'
.if defined(DOC_PREFIX) && !empty(DOC_PREFIX)
WEB_PREFIX?= ${DOC_PREFIX}/../www