projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab7dbea
)
Tweak "mkws-html-includes" rule to omit NUL characters.
author
Mike Taylor
<mike@indexdata.com>
Wed, 23 Jul 2014 14:35:36 +0000
(15:35 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 23 Jul 2014 14:35:36 +0000
(15:35 +0100)
tools/htdocs/Makefile
patch
|
blob
|
history
diff --git
a/tools/htdocs/Makefile
b/tools/htdocs/Makefile
index
f0a7291
..
420bb49
100644
(file)
--- a/
tools/htdocs/Makefile
+++ b/
tools/htdocs/Makefile
@@
-97,7
+97,7
@@
mkws.js: $(COMPONENTS) Makefile
mkws-html-includes:
echo $(COMPONENTS) | perl -npe "s,${SRC},,g; s/\s+/\0/g" | \
- perl -n0e 'print qq{ <script type="text/javascript" src="src$$_"></script>\n}'
+ perl -n0e 'chomp(); print qq{ <script type="text/javascript" src="src$$_"></script>\n}'
distclean: clean
@echo "(No need for distclean, 'make clean' is fine)"