Prevent generation of foo.html-e files.
This commit is contained in:
parent
44575b38b1
commit
290385d7cd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38442
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue